Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c453 static struct mtx w_mtx; variable
823 mtx_init(&w_mtx, "witness lock", NULL, MTX_SPIN | MTX_QUIET | in witness_startup()
938 mtx_lock_spin(&w_mtx); in witness_destroy()
944 mtx_unlock_spin(&w_mtx); in witness_destroy()
1092 mtx_assert(&w_mtx, MA_NOTOWNED); in witness_defineorder()
1093 mtx_lock_spin(&w_mtx); in witness_defineorder()
1101 mtx_unlock_spin(&w_mtx); in witness_defineorder()
1109 mtx_unlock_spin(&w_mtx); in witness_defineorder()
1241 mtx_lock_spin(&w_mtx); in witness_checkorder()
1243 mtx_unlock_spin(&w_mtx); in witness_checkorder()
[all …]