Symbol: bioq_first
sys/cam/cam_iosched.c
1367
bp = bioq_first(&isc->write_queue);
sys/cam/cam_iosched.c
1378
if (bioq_first(&isc->bio_queue) && isc->current_read_bias) {
sys/cam/cam_iosched.c
1446
bp = bioq_first(&isc->trim_queue);
sys/cam/cam_iosched.c
1477
bp = bioq_first(&isc->trim_queue);
sys/cam/cam_iosched.c
1487
if (bioq_first(&isc->bio_queue) && isc->current_read_bias) {
sys/cam/cam_iosched.c
1585
for (bp = bioq_first(&isc->bio_queue); bp != NULL;
sys/cam/cam_iosched.c
1624
bp = bioq_first(&isc->bio_queue);
sys/cam/cam_iosched.c
1674
while (bioq_first(&isc->trim_queue) &&
sys/cam/cam_iosched.c
779
struct bio *rbp = bioq_first(&isc->bio_queue);
sys/cam/cam_iosched.c
780
struct bio *wbp = bioq_first(&isc->write_queue);
sys/cam/cam_iosched.c
793
return bioq_first(&isc->bio_queue) != NULL;
sys/cam/cam_iosched.c
801
bp = bioq_first(&isc->trim_queue);
sys/cam/mmc/mmc_da.c
1783
bp = bioq_first(&part->bio_queue);
sys/cam/mmc/mmc_da.c
1787
(bp = bioq_first(&softc->part[part_index]->bio_queue)) != NULL)
sys/cam/mmc/mmc_da.c
504
bp = bioq_first(&softc->part[softc->part_curr]->bio_queue);
sys/cam/mmc/mmc_da.c
508
(bp = bioq_first(&softc->part[i]->bio_queue)) != NULL)
sys/cam/scsi/scsi_cd.c
1433
if (bioq_first(&softc->bio_queue) != NULL)
sys/cam/scsi/scsi_cd.c
1563
if (bioq_first(&softc->bio_queue) != NULL)
sys/cam/scsi/scsi_cd.c
1602
if (bioq_first(&softc->bio_queue) != NULL)
sys/cam/scsi/scsi_cd.c
1670
if (bioq_first(&softc->bio_queue) != NULL)
sys/cam/scsi/scsi_cd.c
891
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_cd.c
958
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_pt.c
429
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_pt.c
458
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_sa.c
2770
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_sa.c
2836
if (bioq_first(&softc->bio_queue) != NULL) {
sys/cam/scsi/scsi_sa.c
2844
bp = bioq_first(&softc->bio_queue);
sys/cam/scsi/scsi_sa.c
2947
bp = bioq_first(&softc->bio_queue);
sys/dev/aac/aacvar.h
614
if ((bp = bioq_first(&sc->aac_bioq)) != NULL) {
sys/dev/flash/flexspi/flex_spi.c
943
bp = bioq_first(&sc->bio_queue);
sys/dev/flash/mx25l.c
645
bp = bioq_first(&sc->sc_bio_queue);
sys/dev/flash/n25q.c
442
bp = bioq_first(&sc->sc_bio_queue);
sys/dev/flash/w25n.c
558
bp = bioq_first(&sc->sc_bio_queue);
sys/dev/ida/ida.c
502
bp = bioq_first(&ida->bio_queue);
sys/dev/ips/ips_commands.c
156
iobuf = bioq_first(&sc->queue);
sys/dev/mfi/mfivar.h
559
if ((bp = bioq_first(&sc->mfi_bioq)) != NULL) {
sys/dev/mlx/mlx.c
1921
if ((bp = bioq_first(&sc->mlx_bioq)) == NULL)
sys/dev/nvd/nvd.c
219
ndisk->cur_depth == 0 && bioq_first(&ndisk->bioq) == NULL) {
sys/dev/pst/pst-raid.c
225
(bp = bioq_first(&psc->queue))) {
sys/dev/virtio/block/virtio_blk.c
1103
if (bioq_first(bioq) == NULL)
sys/dev/virtio/block/virtio_blk.c
1441
while (bioq_first(bioq) != NULL) {
sys/dev/xen/blkfront/block.h
337
if ((bp = bioq_first(&sc->xbd_bioq)) != NULL) {
sys/geom/gate/g_gate.c
850
bp = bioq_first(&sc->sc_inqueue);
sys/geom/journal/g_journal.c
2081
bp = bioq_first(&sc->sc_back_queue);
sys/geom/journal/g_journal.c
2085
bp = bioq_first(&sc->sc_regular_queue);
sys/geom/linux_lvm/g_linux_lvm.c
155
for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) {
sys/geom/linux_lvm/g_linux_lvm.c
299
for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) {
sys/geom/raid/g_raid.c
1523
if (bioq_first(&vol->v_inflight) == NULL &&
sys/geom/raid/g_raid.c
1562
if (bioq_first(&vol->v_inflight) == NULL &&
sys/geom/raid3/g_raid3.c
1426
for (cbp = bioq_first(&queue); cbp != NULL;
sys/geom/raid3/g_raid3.c
1427
cbp = bioq_first(&queue)) {
sys/geom/raid3/g_raid3.c
1441
for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) {
sys/geom/raid3/g_raid3.c
2116
bp = bioq_first(&sc->sc_queue);
sys/geom/raid3/g_raid3.c
2394
while ((bp = bioq_first(&sc->sc_queue)) != NULL) {
sys/geom/stripe/g_stripe.c
539
for (cbp = bioq_first(&queue); cbp != NULL;
sys/geom/stripe/g_stripe.c
540
cbp = bioq_first(&queue)) {
sys/geom/stripe/g_stripe.c
554
for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) {
sys/geom/virstor/g_virstor.c
1750
for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) {
sys/geom/virstor/g_virstor.c
1853
for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) {
sys/powerpc/mambo/mambo_disk.c
209
bp = bioq_first(&sc->bio_queue);
sys/powerpc/powernv/opal_flash.c
293
bp = bioq_first(&sc->sc_bio_queue);
sys/powerpc/ps3/ps3disk.c
458
if (bioq_first(&sc->sc_deferredq) != NULL)
sys/sys/bio.h
176
struct bio *bioq_first(struct bio_queue_head *head);