Searched refs:mtx_destroyed (Results 1 – 1 of 1) sorted by relevance
95 #define mtx_destroyed(m) ((m)->mtx_lock == MTX_DESTROYED) macro1358 else if (mtx_destroyed(m)) in db_show_mtx()1368 if (!mtx_unowned(m) && !mtx_destroyed(m)) { in db_show_mtx()