Home
last modified time | relevance | path

Searched refs:sc_ringmtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safe/
H A Dsafe.c340 mtx_init(&sc->sc_ringmtx, device_get_nameunit(dev), in safe_attach()
350 mtx_destroy(&sc->sc_ringmtx); in safe_attach()
364 mtx_destroy(&sc->sc_ringmtx); in safe_attach()
464 mtx_destroy(&sc->sc_ringmtx); in safe_detach()
538 mtx_lock(&sc->sc_ringmtx); in safe_intr()
565 mtx_unlock(&sc->sc_ringmtx); in safe_intr()
777 mtx_lock(&sc->sc_ringmtx); in safe_process()
781 mtx_unlock(&sc->sc_ringmtx); in safe_process()
1238 mtx_unlock(&sc->sc_ringmtx); in safe_process()
1253 mtx_unlock(&sc->sc_ringmtx); in safe_process()
[all …]
H A Dsafevar.h156 struct mtx sc_ringmtx; /* PE ring lock */ member