Searched refs:cif_mtx (Results 1 – 1 of 1) sorted by relevance
146 struct mtx cif_mtx; member250 #define CIF_LOCK_INIT(cif) mtx_init(&(cif)->cif_mtx, "carp_if", \252 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx)253 #define CIF_LOCK_ASSERT(cif) mtx_assert(&(cif)->cif_mtx, MA_OWNED)254 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx)255 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx)