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

12

/freebsd-11-stable/sys/dev/ida/
H A Dida.c505 bp = bioq_first(&ida->bio_queue);
/freebsd-11-stable/sys/geom/gate/
H A Dg_gate.c837 bp = bioq_first(&sc->sc_inqueue);
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c1530 if (bioq_first(&vol->v_inflight) == NULL &&
1569 if (bioq_first(&vol->v_inflight) == NULL &&
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c2073 bp = bioq_first(&sc->sc_back_queue);
2077 bp = bioq_first(&sc->sc_regular_queue);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c2590 bp = bioq_first(&softc->bio_queue);
2656 if (bioq_first(&softc->bio_queue) != NULL) {
2664 bp = bioq_first(&softc->bio_queue);
2759 bp = bioq_first(&softc->bio_queue);
/freebsd-11-stable/sys/dev/mlx/
H A Dmlx.c1930 if ((bp = bioq_first(&sc->mlx_bioq)) == NULL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c2806 first = (bioq_first(&zv->zv_queue) == NULL);

Completed in 101 milliseconds

12