Searched refs:pfil_lock (Results 1 – 1 of 1) sorted by relevance
66 static struct mtx pfil_lock; variable67 MTX_SYSINIT(pfil_mtxinit, &pfil_lock, "pfil(9) lock", MTX_DEF);68 #define PFIL_LOCK() mtx_lock(&pfil_lock)69 #define PFIL_UNLOCK() mtx_unlock(&pfil_lock)70 #define PFIL_LOCK_ASSERT() mtx_assert(&pfil_lock, MA_OWNED)