Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mrsas/
HDmrsas_cam.c560 mtx_lock(&sc->raidmap_lock); in mrsas_startio()
569 mtx_unlock(&sc->raidmap_lock); in mrsas_startio()
578 mtx_unlock(&sc->raidmap_lock); in mrsas_startio()
591 mtx_unlock(&sc->raidmap_lock); in mrsas_startio()
600 mtx_unlock(&sc->raidmap_lock); in mrsas_startio()
606 mtx_unlock(&sc->raidmap_lock); in mrsas_startio()
HDmrsas.c936 mtx_init(&sc->raidmap_lock, "mrsas_raidmap_lock", NULL, MTX_DEF); in mrsas_attach()
1005 mtx_destroy(&sc->raidmap_lock); in mrsas_attach()
1155 mtx_destroy(&sc->raidmap_lock); in mrsas_detach()
4073 mtx_lock(&sc->raidmap_lock); in mrsas_complete_mptmfi_passthru()
4080 mtx_unlock(&sc->raidmap_lock); in mrsas_complete_mptmfi_passthru()
4091 mtx_unlock(&sc->raidmap_lock); in mrsas_complete_mptmfi_passthru()
4102 mtx_lock(&sc->raidmap_lock); in mrsas_complete_mptmfi_passthru()
4116 mtx_unlock(&sc->raidmap_lock); in mrsas_complete_mptmfi_passthru()
HDmrsas.h3485 struct mtx raidmap_lock; member