Lines Matching refs:bio_queue
162 struct bio_queue_head bio_queue; member
382 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate()
610 bioq_init(&softc->bio_queue); in cdregister()
861 bioq_disksort(&softc->bio_queue, bp); in cdstrategy()
891 bp = bioq_first(&softc->bio_queue); in cdstart()
912 bioq_remove(&softc->bio_queue, bp); in cdstart()
958 bp = bioq_first(&softc->bio_queue); in cdstart()
1162 bioq_flush(&softc->bio_queue, NULL, EIO); in cddone()
1433 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1491 bioq_flush(&softc->bio_queue, NULL, EINVAL); in cddone()
1563 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1602 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1670 if (bioq_first(&softc->bio_queue) != NULL) in cddone()