Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c200 hrtime_t last_busy; member
1477 busy = sp->last_busy; in fipe_check_cpu()
1478 sp->last_busy = cpu_idle_prop_get_hrtime( in fipe_check_cpu()
1480 busy = sp->last_busy - busy; in fipe_check_cpu()
1600 sp->last_busy = cpu_idle_prop_get_hrtime( in fipe_idle_enter()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c166 cpu_idle_prop_value_t *last_busy; member
323 ___INIT_P(last_busy, CPU_IDLE_PROP_IDX_LAST_BUSY); in cpu_event_init()
608 sp->v.last_busy->cipv_hrtime = sp->v.enter_ts->cipv_hrtime - in cpu_idle_enter_state()
610 sp->v.total_busy->cipv_hrtime += sp->v.last_busy->cipv_hrtime; in cpu_idle_enter_state()