Home
last modified time | relevance | path

Searched refs:idle_bhwm_cnt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dcpudrv.c1118 cur_spd->idle_bhwm_cnt = 0; in cpudrv_monitor()
1134 cur_spd->idle_bhwm_cnt = 0; in cpudrv_monitor()
1148 (cur_spd->idle_bhwm_cnt < cpudrv_idle_bhwm_cnt_max)) { in cpudrv_monitor()
1150 cur_spd->idle_bhwm_cnt++; in cpudrv_monitor()
1156 cur_spd->idle_bhwm_cnt = 0; in cpudrv_monitor()
/titanic_41/usr/src/uts/common/sys/
H A Dcpudrv.h68 uint_t idle_bhwm_cnt; /* # of iters idle is < hwm */ member