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

/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c82 #define CT_LOCK(_bd) mtx_lock (&(_bd)->ct_mtx)
83 #define CT_UNLOCK(_bd) mtx_unlock (&(_bd)->ct_mtx)
84 #define CT_LOCK_ASSERT(_bd) mtx_assert (&(_bd)->ct_mtx, MA_OWNED)
141 struct mtx ct_mtx; member in struct:_bdrv_t
650 mtx_init (&bd->ct_mtx, ct_ln, MTX_NETWORK_LOCK, MTX_DEF|MTX_RECURSE);
662 mtx_destroy (&bd->ct_mtx);
681 mtx_destroy (&bd->ct_mtx);
778 KASSERT (mtx_initialized (&bd->ct_mtx), ("ct mutex not initialized"));
863 mtx_destroy (&bd->ct_mtx);

Completed in 41 milliseconds