Searched refs:bls_mtx (Results 1 – 1 of 1) sorted by relevance
151 struct mtx bls_mtx; member165 #define BCM_LINTC_LOCK(sc) mtx_lock_spin(&(sc)->bls_mtx)166 #define BCM_LINTC_UNLOCK(sc) mtx_unlock_spin(&(sc)->bls_mtx)167 #define BCM_LINTC_LOCK_INIT(sc) mtx_init(&(sc)->bls_mtx, \169 #define BCM_LINTC_LOCK_DESTROY(sc) mtx_destroy(&(sc)->bls_mtx)