Searched refs:cpu_idle_enter (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h180 * Idle thread should cancel entering hardware idle state if cpu_idle_enter
183 extern int cpu_idle_enter(int state, int flag,
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c477 if (cpu_idle_enter(IDLE_STATE_C1, 0,
505 if (cpu_idle_enter((uint_t)cs_type, 0,
518 if (cpu_idle_enter((uint_t)cs_type, 0,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c547 if (cpu_idle_enter(IDLE_STATE_C1, 0,
730 if (cpu_idle_enter(IDLE_STATE_C1, 0,
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c484 * left because cpu_idle_enter/exit will stop updating property if
631 cpu_idle_enter(int state, int flag, function
663 * On x86, cpu_idle_enter can be called from idle thread with either
666 * On SPARC, cpu_idle_enter will be called from idle thread with
694 * cpu_idle_enter runs with interrupts
704 * return to the cpu_idle_enter() caller

Completed in 75 milliseconds