Lines Matching refs:sc_queue
315 wakeup(&sc->sc_queue); in g_raid3_event_send()
408 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_nrequests()
1269 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_done()
1272 wakeup(&sc->sc_queue); in g_raid3_done()
1377 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_sync_done()
1380 wakeup(&sc->sc_queue); in g_raid3_sync_done()
1457 bioq_insert_tail(&sc->sc_queue, bp); in g_raid3_start()
1557 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_regular_release()
1563 wakeup(&sc->sc_queue); in g_raid3_regular_release()
2090 bp = bioq_first(&sc->sc_queue); in g_raid3_worker()
2119 bioq_remove(&sc->sc_queue, bp); in g_raid3_worker()
2137 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_worker()
2142 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2150 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2155 MSLEEP(&sc->sc_queue, &sc->sc_queue_mtx, PRIBIO | PDROP, in g_raid3_worker()
2366 while ((bp = bioq_first(&sc->sc_queue)) != NULL) { in g_raid3_destroy_provider()
2367 bioq_remove(&sc->sc_queue, bp); in g_raid3_destroy_provider()
3153 bioq_init(&sc->sc_queue); in g_raid3_create()
3279 wakeup(&sc->sc_queue); in g_raid3_destroy()