Lines Matching refs:sc_queue
317 wakeup(&sc->sc_queue); in g_raid3_event_dispatch()
419 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_nrequests()
1296 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_done()
1299 wakeup(&sc->sc_queue); in g_raid3_done()
1404 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_sync_done()
1407 wakeup(&sc->sc_queue); in g_raid3_sync_done()
1485 bioq_insert_tail(&sc->sc_queue, bp); in g_raid3_start()
1585 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_regular_release()
1591 wakeup(&sc->sc_queue); in g_raid3_regular_release()
2116 bp = bioq_first(&sc->sc_queue); in g_raid3_worker()
2145 bioq_remove(&sc->sc_queue, bp); in g_raid3_worker()
2163 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_worker()
2168 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2176 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2181 MSLEEP(&sc->sc_queue, &sc->sc_queue_mtx, PRIBIO | PDROP, in g_raid3_worker()
2394 while ((bp = bioq_first(&sc->sc_queue)) != NULL) { in g_raid3_destroy_provider()
2395 bioq_remove(&sc->sc_queue, bp); in g_raid3_destroy_provider()
3193 bioq_init(&sc->sc_queue); in g_raid3_create()
3309 wakeup(&sc->sc_queue); in g_raid3_destroy()