Home
last modified time | relevance | path

Searched refs:cpu_idle_prop_get_hrtime (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c1474 sp->last_idle = cpu_idle_prop_get_hrtime( in fipe_check_cpu()
1478 sp->last_busy = cpu_idle_prop_get_hrtime( in fipe_check_cpu()
1554 ts = cpu_idle_prop_get_hrtime(fipe_idle_ctrl.prop_enter, ctx); in fipe_idle_enter()
1600 sp->last_busy = cpu_idle_prop_get_hrtime( in fipe_idle_enter()
1602 sp->last_idle = cpu_idle_prop_get_hrtime( in fipe_idle_enter()
1604 sp->last_intr = cpu_idle_prop_get_hrtime( in fipe_idle_enter()
1641 ts = cpu_idle_prop_get_hrtime(fipe_idle_ctrl.prop_exit, in fipe_idle_exit()
/titanic_44/usr/src/uts/common/sys/
H A Dcpu_event.h251 extern hrtime_t cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl,
/titanic_44/usr/src/uts/common/os/
H A Dcpu_event.c1073 cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl, in cpu_idle_prop_get_hrtime() function