Searched refs:cpu_idle_exit (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h111 * cpu_idle_exit() to notify CPU idle framework if it has been called yet.
190 extern void cpu_idle_exit(int flag);
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c263 * If CPU has been awakened, call cpu_idle_exit() to notify CPU idle
276 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
281 * notification framework so no need to call cpu_idle_exit()
300 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
305 * notification framework so no need to call cpu_idle_exit()
321 * notification framework so no need to call cpu_idle_exit() here.
483 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
510 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
528 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c431 * If CPU has been awakened, call cpu_idle_exit() to notify CPU idle
441 * notification framework so no need to call cpu_idle_exit() here.
550 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
630 * If CPU has been awakened, call cpu_idle_exit() to notify CPU idle
643 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
648 * notification framework so no need to call cpu_idle_exit()
735 cpu_idle_exit(CPU_IDLE_CB_FLAG_IDLE);
H A Dintr.c1354 cpu_idle_exit(CPU_IDLE_CB_FLAG_INTR);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c735 cpu_idle_exit(int flag) function
750 * On SPARC, cpu_idle_exit will only be called from idle thread
767 * On x86, cpu_idle_exit will be called from idle thread or interrupt
776 * return if cpu_idle_exit already called or
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c884 cpu_idle_exit(CPU_IDLE_CB_FLAG_INTR);

Completed in 58 milliseconds