Lines Matching refs:bio_queue
384 struct bio_queue_head bio_queue; member
1051 bioq_insert_tail(&softc->bio_queue, bp); in sastrategy()
2258 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate()
2498 bioq_init(&softc->bio_queue); in saregister()
2771 bp = bioq_first(&softc->bio_queue); in sastart()
2797 bioq_remove(&softc->bio_queue, bp); in sastart()
2837 if (bioq_first(&softc->bio_queue) != NULL) { in sastart()
2845 bp = bioq_first(&softc->bio_queue); in sastart()
2862 bioq_remove(&softc->bio_queue, bp); in sastart()
2948 bp = bioq_first(&softc->bio_queue); in sastart()
3116 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()