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()
1264 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_done()
1267 wakeup(&sc->sc_queue); in g_raid3_done()
1372 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_sync_done()
1375 wakeup(&sc->sc_queue); in g_raid3_sync_done()
1453 bioq_insert_tail(&sc->sc_queue, bp); in g_raid3_start()
1553 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_regular_release()
1559 wakeup(&sc->sc_queue); in g_raid3_regular_release()
2086 bp = bioq_first(&sc->sc_queue); in g_raid3_worker()
2115 bioq_remove(&sc->sc_queue, bp); in g_raid3_worker()
2133 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_worker()
2138 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2146 TAILQ_FOREACH(bp, &sc->sc_queue.queue, bio_queue) { in g_raid3_worker()
2151 MSLEEP(&sc->sc_queue, &sc->sc_queue_mtx, PRIBIO | PDROP, in g_raid3_worker()
2362 while ((bp = bioq_first(&sc->sc_queue)) != NULL) { in g_raid3_destroy_provider()
2363 bioq_remove(&sc->sc_queue, bp); in g_raid3_destroy_provider()
3149 bioq_init(&sc->sc_queue); in g_raid3_create()
3275 wakeup(&sc->sc_queue); in g_raid3_destroy()