Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcallb.c96 &callb_safe_mutex, CALLB_CPR_ALWAYS_SAFE, 0, 0, 0 };
393 (ccp->cc_events & CALLB_CPR_ALWAYS_SAFE) != 0; in callb_is_stopped()
/titanic_41/usr/src/uts/common/sys/
H A Dcallb.h101 #define CALLB_CPR_ALWAYS_SAFE 4 /* thread is ALWAYS safe for CPR */ macro