Searched defs:CALLB_CPR_SAFE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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; \

Completed in 45 milliseconds