Home
last modified time | relevance | path

Searched refs:unset_idle_cpu (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_mp_states.c46 unset_idle_cpu(int cpun) in unset_idle_cpu() function
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_states.c56 unset_idle_cpu(int cpun) in unset_idle_cpu() function
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h331 extern void unset_idle_cpu(int);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h332 extern void unset_idle_cpu(int);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c710 unset_idle_cpu(int cpun) in unset_idle_cpu() function
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c117 extern void unset_idle_cpu(int cpun);
595 unset_idle_cpu(cp->cpu_id); /* arch-dependent hook */ in idle_exit()