Lines Matching refs:bio_queue
383 struct bio_queue_head bio_queue; member
1050 bioq_insert_tail(&softc->bio_queue, bp); in sastrategy()
2257 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate()
2497 bioq_init(&softc->bio_queue); in saregister()
2770 bp = bioq_first(&softc->bio_queue); in sastart()
2796 bioq_remove(&softc->bio_queue, bp); in sastart()
2836 if (bioq_first(&softc->bio_queue) != NULL) { in sastart()
2844 bp = bioq_first(&softc->bio_queue); in sastart()
2861 bioq_remove(&softc->bio_queue, bp); in sastart()
2947 bp = bioq_first(&softc->bio_queue); in sastart()
3115 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()