Home
last modified time | relevance | path

Searched refs:mtx_unowned (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/kern/
H A Dkern_mutex.c93 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) macro
1188 MPASS(mtx_unowned(m)); in _mtx_destroy()
1336 if (mtx_unowned(m)) in db_show_mtx()
1348 if (!mtx_unowned(m) && !mtx_destroyed(m)) { in db_show_mtx()