Searched refs:cpu_idle_enter (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_idle.c | 543 if (cpu_idle_enter(IDLE_STATE_C1, 0, in acpi_cpu_cstate() 552 if (cpu_idle_enter(cs_type, 0, check_func, NULL) == 0) { in acpi_cpu_cstate() 574 boolean_t idle_ok = cpu_idle_enter(cs_type, 0, check_func, in acpi_cpu_cstate()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpu_event.h | 183 extern int cpu_idle_enter(int state, int flag,
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 554 if (cpu_idle_enter(IDLE_STATE_C1, 0, in cpu_idle() 737 if (cpu_idle_enter(IDLE_STATE_C1, 0, in cpu_idle_mwait()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cpu_event.c | 631 cpu_idle_enter(int state, int flag, in cpu_idle_enter() function
|