Searched refs:CALLB_CPR_SAFE (Results 1 – 2 of 2) sorted by relevance
99 #define CALLB_CPR_SAFE 2 /* thread is safe for CPR */ macro172 (cp)->cc_events |= CALLB_CPR_SAFE; \180 (cp)->cc_events &= ~CALLB_CPR_SAFE; \187 (cp)->cc_events |= CALLB_CPR_SAFE; \
319 while (!(cp->cc_events & CALLB_CPR_SAFE)) in callb_generic_cpr()