Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_mutex.c95 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) macro
1181 MPASS(mtx_unowned(m)); in _mtx_destroy()
1327 if (mtx_unowned(m)) in db_show_mtx()
1339 if (!mtx_unowned(m) && !mtx_destroyed(m)) { in db_show_mtx()