Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/atrun/
H A Datrun.c466 double load_avg = -1; in main() local
469 double load_avg = LOADAVG_MX; in main() local
486 if (sscanf(optarg, "%lf", &load_avg) != 1) in main()
489 if (load_avg <= 0.) in main()
490 load_avg = LOADAVG_MX; in main()
508 if (load_avg <= 0.) { in main()
512 load_avg = LOADAVG_MX * ncpu; in main()
571 if (run_batch && (gloadavg() < load_avg)) in main()
/freebsd-12.1/usr.bin/top/
H A Dloadavg.h25 typedef fixpt_t load_avg; typedef
H A Dmachine.h43 double load_avg[NUM_AVERAGES]; member
H A Dmachine.c99 static load_avg ccpu;
448 si->load_avg[i] = (double)sysload.ldavg[i] / sysload.fscale; in get_system_info()
H A Dtop.c608 system_info.load_avg); in main()
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES3577 Set the ${load_avg} macro to the current load average, not the
4231 New macro ${load_avg} can be used to check the current load average.