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

/freebsd-12-stable/sys/dev/cp/
H A Dif_cp.c82 #define CP_LOCK(_bd) mtx_lock (&(_bd)->cp_mtx)
83 #define CP_UNLOCK(_bd) mtx_unlock (&(_bd)->cp_mtx)
84 #define CP_LOCK_ASSERT(_bd) mtx_assert (&(_bd)->cp_mtx, MA_OWNED)
136 struct mtx cp_mtx; member in struct:_bdrv_t
414 mtx_init (&bd->cp_mtx, cp_ln, MTX_NETWORK_LOCK, MTX_DEF|MTX_RECURSE);
442 mtx_destroy (&bd->cp_mtx);
457 mtx_destroy (&bd->cp_mtx);
543 KASSERT (mtx_initialized (&bd->cp_mtx), ("cp mutex not initialized"));
638 mtx_destroy (&bd->cp_mtx);

Completed in 89 milliseconds