Searched refs:bioq_first (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/sys/sys/
H A Dbio.h146 struct bio *bioq_first(struct bio_queue_head *head);
/freebsd-11-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.c134 KASSERT(bioq_first(&sc->as_bioq) == NULL,
307 if (bioq_first(&sc->as_bioq) != NULL) {
/freebsd-11-stable/sys/geom/sched/
H A Dgs_rr.c353 KASSERT(bioq_first(&qp->q_bioq) == NULL,
459 next = bioq_first(&qp->q_bioq); /* do we have one more ? */
541 if (bioq_first(&qp->q_bioq) == NULL) {
H A Dgs_delay.c126 bp = bioq_first(&sc->sc_bioq);
/freebsd-11-stable/sys/kern/
H A Dsubr_disk.c88 * bioq_first() return the head of the queue, without removing;
196 bioq_first(struct bio_queue_head *head) function
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_volume.c81 if (bioq_first(v->wqueue) != NULL) {
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c648 struct bio *rbp = bioq_first(&isc->bio_queue);
649 struct bio *wbp = bioq_first(&isc->write_queue);
662 return bioq_first(&isc->bio_queue) != NULL;
669 bioq_first(&isc->trim_queue);
1109 bp = bioq_first(&isc->write_queue);
1120 if (bioq_first(&isc->bio_queue) && isc->current_read_bias) {
1179 bp = bioq_first(&isc->trim_queue);
1243 if ((bp = bioq_first(&isc->bio_queue)) == NULL)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c432 bp = bioq_first(&softc->bio_queue);
461 bp = bioq_first(&softc->bio_queue);
H A Dscsi_cd.c884 bp = bioq_first(&softc->bio_queue);
944 bp = bioq_first(&softc->bio_queue);
1423 if (bioq_first(&softc->bio_queue) != NULL)
1553 if (bioq_first(&softc->bio_queue) != NULL)
1591 if (bioq_first(&softc->bio_queue) != NULL)
1659 if (bioq_first(&softc->bio_queue) != NULL)
/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h314 if ((bio = bioq_first(&sc->amr_bioq)) != NULL)
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo_disk.c210 bp = bioq_first(&sc->bio_queue);
/freebsd-11-stable/sys/dev/twe/
H A Dtwevar.h268 if ((bp = bioq_first(&sc->twe_bioq)) != NULL) {
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblock.h339 if ((bp = bioq_first(&sc->xbd_bioq)) != NULL) {
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c153 for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) {
293 for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) {
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c545 for (cbp = bioq_first(&queue); cbp != NULL;
546 cbp = bioq_first(&queue)) {
560 for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) {
/freebsd-11-stable/sys/dev/pst/
H A Dpst-raid.c217 (bp = bioq_first(&psc->queue))) {
/freebsd-11-stable/sys/dev/nvd/
H A Dnvd.c222 ndisk->cur_depth == 0 && bioq_first(&ndisk->bioq) == NULL) {
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c1762 for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) {
1865 for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) {
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h614 if ((bp = bioq_first(&sc->aac_bioq)) != NULL) {
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3disk.c460 if (bioq_first(&sc->sc_deferredq) != NULL)
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c156 iobuf = bioq_first(&sc->queue);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h559 if ((bp = bioq_first(&sc->mfi_bioq)) != NULL) {
/freebsd-11-stable/sys/dev/flash/
H A Dmx25l.c640 bp = bioq_first(&sc->sc_bio_queue);
/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c855 if (bioq_first(bioq) == NULL)
1039 while (bioq_first(bioq) != NULL) {
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1397 for (cbp = bioq_first(&queue); cbp != NULL;
1398 cbp = bioq_first(&queue)) {
1412 for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) {
2088 bp = bioq_first(&sc->sc_queue);
2364 while ((bp = bioq_first(&sc->sc_queue)) != NULL) {

Completed in 227 milliseconds

12