Searched refs:sc_events_mtx (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/geom/raid3/
H A Dg_raid3.c309 mtx_lock(&sc->sc_events_mtx);
311 mtx_unlock(&sc->sc_events_mtx);
323 mtx_lock(&sc->sc_events_mtx);
324 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "r3:event",
338 mtx_lock(&sc->sc_events_mtx);
340 mtx_unlock(&sc->sc_events_mtx);
348 mtx_lock(&sc->sc_events_mtx);
350 mtx_unlock(&sc->sc_events_mtx);
362 mtx_lock(&sc->sc_events_mtx);
376 mtx_unlock(&sc->sc_events_mtx);
[all...]
H A Dg_raid3.h244 struct mtx sc_events_mtx; member in struct:g_raid3_softc
/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.c201 mtx_lock(&sc->sc_events_mtx);
203 mtx_unlock(&sc->sc_events_mtx);
213 mtx_lock(&sc->sc_events_mtx);
214 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "m:event",
228 mtx_lock(&sc->sc_events_mtx);
230 mtx_unlock(&sc->sc_events_mtx);
238 mtx_lock(&sc->sc_events_mtx);
240 mtx_unlock(&sc->sc_events_mtx);
252 mtx_lock(&sc->sc_events_mtx);
266 mtx_unlock(&sc->sc_events_mtx);
[all...]
H A Dg_mirror.h223 struct mtx sc_events_mtx; member in struct:g_mirror_softc

Completed in 104 milliseconds