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

/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c447 static struct mtx w_mtx; variable in typeref:struct:mtx
770 mtx_init(&w_mtx, "witness lock", NULL, MTX_SPIN | MTX_QUIET |
887 mtx_lock_spin(&w_mtx);
893 mtx_unlock_spin(&w_mtx);
1042 mtx_assert(&w_mtx, MA_NOTOWNED);
1043 mtx_lock_spin(&w_mtx);
1051 mtx_unlock_spin(&w_mtx);
1059 mtx_unlock_spin(&w_mtx);
1193 mtx_lock_spin(&w_mtx);
1195 mtx_unlock_spin(&w_mtx);
[all...]

Completed in 42 milliseconds