Searched refs:MSLEEP (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 90 #define MSLEEP(rv, ident, mtx, priority, wmesg, timeout) do { \ macro 651 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send() 1544 MSLEEP(rv, sc, &sc->sc_queue_mtx, in g_raid_worker()
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 95 #define MSLEEP(ident, mtx, priority, wmesg, timeout) do { \ macro 326 MSLEEP(ep, &sc->sc_events_mtx, PRIBIO | PDROP, "r3:event", in g_raid3_event_dispatch() 2138 MSLEEP(sc, &sc->sc_queue_mtx, PRIBIO | PDROP, "r3:w1", in g_raid3_worker() 2181 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()
|