Searched refs:CALLB_CPR_SAFE (Results 1 – 2 of 2) sorted by relevance
100 #define CALLB_CPR_SAFE 2 /* thread is safe for CPR */ macro170 (cp)->cc_events |= CALLB_CPR_SAFE; \178 (cp)->cc_events &= ~CALLB_CPR_SAFE; \185 (cp)->cc_events |= CALLB_CPR_SAFE; \
295 while (!(cp->cc_events & CALLB_CPR_SAFE)) in callb_generic_cpr()377 if (ccp->cc_events & CALLB_CPR_SAFE) { in callb_is_stopped()