Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dg_raid.c91 #define MSLEEP(rv, ident, mtx, priority, wmesg, timeout) do { \ macro
657 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send()
1575 MSLEEP(rv, sc, &sc->sc_queue_mtx, in g_raid_worker()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c96 #define MSLEEP(ident, mtx, priority, wmesg, timeout) do { \ macro
327 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "r3:event", in g_raid3_event_dispatch()
2171 MSLEEP(sc, &sc->sc_queue_mtx, PRIBIO | PDROP, "r3:w1", in g_raid3_worker()
2214 MSLEEP(&sc->sc_queue, &sc->sc_queue_mtx, PRIBIO | PDROP, in g_raid3_worker()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c84 #define MSLEEP(ident, mtx, priority, wmesg, timeout) do { \ macro
219 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "m:event", in g_mirror_event_dispatch()
2032 MSLEEP(sc, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:w1", in g_mirror_worker()