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

/freebsd-10.2-release/sys/dev/cx/
H A Dif_cx.c86 #define CX_LOCK(_bd) mtx_lock (&(_bd)->cx_mtx)
87 #define CX_UNLOCK(_bd) mtx_unlock (&(_bd)->cx_mtx)
88 #define CX_LOCK_ASSERT(_bd) mtx_assert (&(_bd)->cx_mtx, MA_OWNED)
171 struct mtx cx_mtx; member in struct:_bdrv_t
749 mtx_init (&bd->cx_mtx, cx_ln, MTX_NETWORK_LOCK, MTX_DEF|MTX_RECURSE);
754 mtx_destroy (&bd->cx_mtx);
774 mtx_destroy (&bd->cx_mtx);
900 KASSERT (mtx_initialized (&bd->cx_mtx), ("cx mutex not initialized"));
1015 mtx_destroy (&bd->cx_mtx);

Completed in 166 milliseconds