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