MUTEX_NOT_HELD
#define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
#define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr || quiesce_active)