Searched refs:in_multi_mtx (Results 1 – 2 of 2) sorted by relevance
361 extern struct mtx in_multi_mtx;362 #define IN_MULTI_LOCK() mtx_lock(&in_multi_mtx)363 #define IN_MULTI_UNLOCK() mtx_unlock(&in_multi_mtx)364 #define IN_MULTI_LOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_OWNED)365 #define IN_MULTI_UNLOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_NOTOWNED)
97 struct mtx in_multi_mtx; variable98 MTX_SYSINIT(in_multi_mtx, &in_multi_mtx, "in_multi_mtx", MTX_DEF);