Lines Matching refs:bio_queue
165 struct bio_queue_head bio_queue; member
387 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate()
614 bioq_init(&softc->bio_queue); in cdregister()
873 bioq_disksort(&softc->bio_queue, bp); in cdstrategy()
903 bp = bioq_first(&softc->bio_queue); in cdstart()
924 bioq_remove(&softc->bio_queue, bp); in cdstart()
970 bp = bioq_first(&softc->bio_queue); in cdstart()
1174 bioq_flush(&softc->bio_queue, NULL, EIO); in cddone()
1449 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1507 bioq_flush(&softc->bio_queue, NULL, EINVAL); in cddone()
1579 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1618 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
1686 if (bioq_first(&softc->bio_queue) != NULL) in cddone()