Searched defs:MUTEX_NOT_HELD (Results 1 – 2 of 2) sorted by relevance
86 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr || quiesce_active) macro
80 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr) macro