Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h154 float loadaverage_thold; /* default = 0.04 */ member
/illumos-gate/usr/src/cmd/power/
H A Dconf.c548 new_cc.loadaverage_thold = DFLT_THOLD; in main()
H A Dhandlers.c870 return (scan_float(LINEARG(1), &new_cc.loadaverage_thold)); in loadavg()
H A Dpowerd.c889 check_load_ave(hr_now, asinfo.loadaverage_thold); in check_idleness()