Searched refs:sp_mtx (Results 1 – 3 of 3) sorted by relevance
63 #define SMMU_PMAP_LOCK(pmap) mtx_lock(&(pmap)->sp_mtx)64 #define SMMU_PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->sp_mtx)66 mtx_assert(&(pmap)->sp_mtx, (type))418 mtx_init(&pmap->sp_mtx, "smmu pmap", NULL, MTX_DEF); in smmu_pmap_pinit()570 mtx_destroy(&pmap->sp_mtx); in smmu_pmap_release()
35 struct mtx sp_mtx; member
2537 mtx_init(&sc->sp_mtx, sc->sp_mtx_name, NULL, MTX_DEF); in bxe_init_mutexes()2575 if (mtx_initialized(&sc->sp_mtx)) { in bxe_release_mutexes()2576 mtx_destroy(&sc->sp_mtx); in bxe_release_mutexes()