Searched refs:cpus (Results 1 – 1 of 1) sorted by relevance
469 static unsigned int cpus = 0; variable688 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()