Searched refs:cipv_hrtime (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcpu_event.c607 sp->v.enter_ts->cipv_hrtime = gethrtime_unscaled();
608 sp->v.last_busy->cipv_hrtime = sp->v.enter_ts->cipv_hrtime -
609 sp->v.exit_ts->cipv_hrtime;
610 sp->v.total_busy->cipv_hrtime += sp->v.last_busy->cipv_hrtime;
623 sp->v.exit_ts->cipv_hrtime = gethrtime_unscaled();
624 sp->v.last_idle->cipv_hrtime = sp->v.exit_ts->cipv_hrtime -
625 sp->v.enter_ts->cipv_hrtime;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcpu_event.h94 hrtime_t cipv_hrtime; member in union:cpu_idle_prop_value

Completed in 119 milliseconds