Home
last modified time | relevance | path

Searched refs:cpus (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetloadavg.c469 static unsigned int cpus = 0; variable
688 if (cpus == 0) in getloadavg()
719 cpus = c; in getloadavg()
720 samples = cpus < 2 ? 3 : (2 * cpus / 3); in getloadavg()
743 loadavg[elem++] = load / samples / cpus; in getloadavg()