Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c950 if (CPU_CPR_IS_OFFLINE(cp)) in cpr_mp_online()
963 if (CPU_CPR_IS_OFFLINE(bootcpu)) { in cpr_mp_online()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h585 #define CPU_CPR_IS_OFFLINE(cpu) (((cpu)->cpu_cpr_flags & CPU_CPR_ONLINE) == 0) macro