Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h99 #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; \
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h99 #define CALLB_CPR_SAFE 2 /* thread is safe for CPR */ macro
172 (cp)->cc_events |= CALLB_CPR_SAFE; \
180 (cp)->cc_events &= ~CALLB_CPR_SAFE; \
187 (cp)->cc_events |= CALLB_CPR_SAFE; \
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c318 while (!(cp->cc_events & CALLB_CPR_SAFE)) in callb_generic_cpr()