Home
last modified time | relevance | path

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

/freebsd/libexec/atrun/
H A Datrun.c461 double load_avg = -1; in main() local
464 double load_avg = LOADAVG_MX; in main() local
481 if (sscanf(optarg, "%lf", &load_avg) != 1) in main()
484 if (load_avg <= 0.) in main()
485 load_avg = LOADAVG_MX; in main()
503 if (load_avg <= 0.) { in main()
507 load_avg = LOADAVG_MX * ncpu; in main()
566 if (run_batch && (gloadavg() < load_avg)) in main()
/freebsd/usr.bin/top/
H A Dloadavg.h23 typedef fixpt_t load_avg; typedef
H A Dmachine.h43 double load_avg[NUM_AVERAGES]; member
H A Dmachine.c98 static load_avg ccpu;
472 si->load_avg[i] = (double)sysload.ldavg[i] / sysload.fscale; in get_system_info()
H A Dtop.c619 system_info.load_avg); in main()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3993 Set the ${load_avg} macro to the current load average, not the
4647 New macro ${load_avg} can be used to check the current load average.