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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.c194 mtx_lock(&sc->sc_events_mtx);
196 mtx_unlock(&sc->sc_events_mtx);
207 mtx_lock(&sc->sc_events_mtx);
208 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "m:event",
222 mtx_lock(&sc->sc_events_mtx);
224 mtx_unlock(&sc->sc_events_mtx);
232 mtx_lock(&sc->sc_events_mtx);
234 mtx_unlock(&sc->sc_events_mtx);
246 mtx_lock(&sc->sc_events_mtx);
260 mtx_unlock(&sc->sc_events_mtx);
[all...]
H A Dg_mirror.h211 struct mtx sc_events_mtx; member in struct:g_mirror_softc
/freebsd-9.3-release/sys/geom/raid3/
H A Dg_raid3.c317 mtx_lock(&sc->sc_events_mtx);
319 mtx_unlock(&sc->sc_events_mtx);
331 mtx_lock(&sc->sc_events_mtx);
332 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "r3:event",
346 mtx_lock(&sc->sc_events_mtx);
348 mtx_unlock(&sc->sc_events_mtx);
356 mtx_lock(&sc->sc_events_mtx);
358 mtx_unlock(&sc->sc_events_mtx);
370 mtx_lock(&sc->sc_events_mtx);
384 mtx_unlock(&sc->sc_events_mtx);
[all...]
H A Dg_raid3.h242 struct mtx sc_events_mtx; member in struct:g_raid3_softc

Completed in 136 milliseconds