Searched defs:idle_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcpudrv.c971 uint_t idle_cnt, user_cnt, system_cnt; local
1052 GET_CPU_MSTATE_CNT(CMS_IDLE, idle_cnt);
1073 * the idle_cnt based on the delay added to the requested period
1090 "pm_busycnt %d\n", ddi_get_instance(dip), idle_cnt, user_cnt,
1112 idle_cnt = (idle_cnt * cur_spd->quant_cnt) / tick_cnt;
1115 if ((user_cnt > cur_spd->user_hwm) || (idle_cnt < cur_spd->idle_lwm &&
1132 (idle_cnt >= cur_spd->idle_hwm) || !CPU_ACTIVE(cpudsp->cp)) {
1146 if ((idle_cnt < cur_spd->idle_hwm) &&
1147 (idle_cnt >
[all...]

Completed in 57 milliseconds