Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h586 #define CPU_CPR_IS_ONLINE(cpu) ((cpu)->cpu_cpr_flags & CPU_CPR_ONLINE) macro
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c1369 if (CPU_CPR_IS_ONLINE(cp)) { in cpr_restore_offline()