Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallb.h103 #define CALLB_CPR_SAFE 2 /* thread is safe for CPR */ macro
173 (cp)->cc_events |= CALLB_CPR_SAFE; \
181 (cp)->cc_events &= ~CALLB_CPR_SAFE; \
188 (cp)->cc_events |= CALLB_CPR_SAFE; \
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c293 while (!(cp->cc_events & CALLB_CPR_SAFE)) in callb_generic_cpr()
375 if (ccp->cc_events & CALLB_CPR_SAFE) { in callb_is_stopped()