Home
last modified time | relevance | path

Searched refs:psm_unset_idlecpu (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h134 void (*psm_unset_idlecpu)(processorid_t cpun); member
286 void (*psm_unset_idlecpu)(processorid_t cpun); member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1115 if (pops->psm_unset_idlecpu) in mach_smpinit()
1116 psm_unset_idle_cpuf = pops->psm_unset_idlecpu; in mach_smpinit()