Searched refs:MSLEEP (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/geom/raid/ |
| H A D | g_raid.c | 91 #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 D | g_raid3.c | 96 #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 D | g_mirror.c | 84 #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()
|