Searched defs:cpu_wakeup (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_startup.c175 * The ordering of the poke and the clearing of the bit by cpu_wakeup
177 * cpu_wakeup() must clear, then poke.
225 cpu_wakeup(cpu_t *cpu, int bound) function
285 disp_enq_thread = cpu_wakeup;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_startup.c295 * The ordering of the poke and the clearing of the bit by cpu_wakeup
297 * cpu_wakeup() must clear, then poke.
347 cpu_wakeup(cpu_t *cpu, int bound) function
411 disp_enq_thread = cpu_wakeup;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c91 static void cpu_wakeup(cpu_t *, int);
520 * of the bit by cpu_wakeup is important.
521 * cpu_wakeup() must clear, then poke.
570 cpu_wakeup(cpu_t *cpu, int bound) function
1146 disp_enq_thread = cpu_wakeup;

Completed in 108 milliseconds