Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c165 cpu_idle_prop_value_t *last_idle; member
322 ___INIT_P(last_idle, CPU_IDLE_PROP_IDX_LAST_IDLE); in cpu_event_init()
326 ___INIT_P(last_idle, CPU_IDLE_PROP_IDX_INTR_CNT); in cpu_event_init()
624 sp->v.last_idle->cipv_hrtime = sp->v.exit_ts->cipv_hrtime - in cpu_idle_exit_state()
626 sp->v.total_idle->cipv_hrtime += sp->v.last_idle->cipv_hrtime; in cpu_idle_exit_state()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c201 hrtime_t last_idle; member
1473 idle = sp->last_idle; in fipe_check_cpu()
1474 sp->last_idle = cpu_idle_prop_get_hrtime( in fipe_check_cpu()
1476 idle = sp->last_idle - idle; in fipe_check_cpu()
1602 sp->last_idle = cpu_idle_prop_get_hrtime( in fipe_idle_enter()