Searched refs:if_cloners_mtx (Results 1 – 1 of 1) sorted by relevance
109 static struct mtx if_cloners_mtx; variable110 MTX_SYSINIT(if_cloners_lock, &if_cloners_mtx, "if_cloners lock", MTX_DEF);117 #define IF_CLONERS_LOCK_ASSERT() mtx_assert(&if_cloners_mtx, MA_OWNED)118 #define IF_CLONERS_LOCK() mtx_lock(&if_cloners_mtx)119 #define IF_CLONERS_UNLOCK() mtx_unlock(&if_cloners_mtx)