Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcallb.h100 #define CALLB_CPR_SAFE 2 /* thread is safe for CPR */ macro
170 (cp)->cc_events |= CALLB_CPR_SAFE; \
178 (cp)->cc_events &= ~CALLB_CPR_SAFE; \
185 (cp)->cc_events |= CALLB_CPR_SAFE; \
/titanic_50/usr/src/uts/common/os/
H A Dcallb.c295 while (!(cp->cc_events & CALLB_CPR_SAFE)) in callb_generic_cpr()
377 if (ccp->cc_events & CALLB_CPR_SAFE) { in callb_is_stopped()