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

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c128 #define CE_LOCK(_bd) mtx_lock (&(_bd)->ce_mtx)
129 #define CE_UNLOCK(_bd) mtx_unlock (&(_bd)->ce_mtx)
130 #define CE_LOCK_ASSERT(_bd) mtx_assert (&(_bd)->ce_mtx, MA_OWNED)
191 struct mtx ce_mtx; member in struct:_bdrv_t
738 mtx_init (&bd->ce_mtx, ce_ln, MTX_NETWORK_LOCK, MTX_DEF|MTX_RECURSE);
757 KASSERT (mtx_initialized (&bd->ce_mtx), ("ce mutex not initialized"));
851 mtx_destroy (&bd->ce_mtx);

Completed in 104 milliseconds