Home
last modified time | relevance | path

Searched refs:sp_mtx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c63 #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()
H A Diommu_pmap.h35 struct mtx sp_mtx; member
/freebsd/sys/dev/bxe/
H A Dbxe.c2537 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()