/freebsd/sys/cam/ |
H A D | cam_iosched.c | 779 struct bio *rbp = bioq_first(&isc->bio_queue); in cam_iosched_has_io() 780 struct bio *wbp = bioq_first(&isc->write_queue); in cam_iosched_has_io() 793 return bioq_first(&isc->bio_queue) != NULL; in cam_iosched_has_io() 801 bp = bioq_first(&isc->trim_queue); in cam_iosched_has_more_trim() 1367 bp = bioq_first(&isc->write_queue); in cam_iosched_get_write() 1378 if (bioq_first(&isc->bio_queue) && isc->current_read_bias) { in cam_iosched_get_write() 1446 bp = bioq_first(&isc->trim_queue); in cam_iosched_next_trim() 1477 bp = bioq_first(&isc->trim_queue); in cam_iosched_get_trim() 1487 if (bioq_first(&isc->bio_queue) && isc->current_read_bias) { in cam_iosched_get_trim() 1585 for (bp = bioq_first(&isc->bio_queue); bp != NULL; in cam_iosched_next_bio() [all …]
|
/freebsd/sys/sys/ |
H A D | bio.h | 170 struct bio *bioq_first(struct bio_queue_head *head);
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 429 bp = bioq_first(&softc->bio_queue); in ptstart() 458 bp = bioq_first(&softc->bio_queue); in ptstart()
|
H A D | scsi_cd.c | 891 bp = bioq_first(&softc->bio_queue); in cdstart() 958 bp = bioq_first(&softc->bio_queue); in cdstart() 1439 if (bioq_first(&softc->bio_queue) != NULL) in cddone() 1569 if (bioq_first(&softc->bio_queue) != NULL) in cddone() 1608 if (bioq_first(&softc->bio_queue) != NULL) in cddone() 1676 if (bioq_first(&softc->bio_queue) != NULL) in cddone()
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 210 bioq_first(struct bio_queue_head *head) in bioq_first() function
|
/freebsd/sys/geom/linux_lvm/ |
H A D | g_linux_lvm.c | 155 for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) { in bioq_dismantle() 299 for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) { in g_llvm_start()
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 541 for (cbp = bioq_first(&queue); cbp != NULL; in g_stripe_pushdown() 542 cbp = bioq_first(&queue)) { in g_stripe_pushdown() 556 for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) { in g_stripe_pushdown()
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_disk.c | 209 bp = bioq_first(&sc->bio_queue); in mambodisk_task()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | block.h | 337 if ((bp = bioq_first(&sc->xbd_bioq)) != NULL) { in xbd_dequeue_bio()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_flash.c | 293 bp = bioq_first(&sc->sc_bio_queue); in opalflash_task()
|
/freebsd/sys/geom/virstor/ |
H A D | g_virstor.c | 1750 for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) { in g_virstor_start() 1853 for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) { in bioq_dismantle()
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 442 bp = bioq_first(&sc->sc_bio_queue); in n25q_task()
|
H A D | w25n.c | 558 bp = bioq_first(&sc->sc_bio_queue); in w25n_task()
|
H A D | mx25l.c | 645 bp = bioq_first(&sc->sc_bio_queue); in mx25l_task()
|
/freebsd/sys/dev/pst/ |
H A D | pst-raid.c | 225 (bp = bioq_first(&psc->queue))) { in pst_start()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 504 bp = bioq_first(&softc->part[softc->part_curr]->bio_queue); in sddaschedule() 508 (bp = bioq_first(&softc->part[i]->bio_queue)) != NULL) in sddaschedule() 1804 bp = bioq_first(&part->bio_queue); in sddastart() 1808 (bp = bioq_first(&softc->part[part_index]->bio_queue)) != NULL) in sddastart()
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 1426 for (cbp = bioq_first(&queue); cbp != NULL; in g_raid3_flush() 1427 cbp = bioq_first(&queue)) { in g_raid3_flush() 1441 for (cbp = bioq_first(&queue); cbp != NULL; cbp = bioq_first(&queue)) { in g_raid3_flush() 2116 bp = bioq_first(&sc->sc_queue); in g_raid3_worker() 2394 while ((bp = bioq_first(&sc->sc_queue)) != NULL) { in g_raid3_destroy_provider()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 227 ndisk->cur_depth == 0 && bioq_first(&ndisk->bioq) == NULL) { in nvd_strategy()
|
/freebsd/sys/dev/mfi/ |
H A D | mfivar.h | 559 if ((bp = bioq_first(&sc->mfi_bioq)) != NULL) { in mfi_dequeue_bio()
|
/freebsd/sys/dev/aac/ |
H A D | aacvar.h | 614 if ((bp = bioq_first(&sc->aac_bioq)) != NULL) { in aac_dequeue_bio()
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 953 if (bioq_first(bioq) == NULL) in vtblk_request_bio() 1278 while (bioq_first(bioq) != NULL) {
|
/freebsd/sys/dev/ips/ |
H A D | ips_commands.c | 156 iobuf = bioq_first(&sc->queue); in ips_start_io_request()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 458 if (bioq_first(&sc->sc_deferredq) != NULL) in ps3disk_intr()
|
/freebsd/sys/dev/ida/ |
H A D | ida.c | 502 bp = bioq_first(&ida->bio_queue); in ida_startio()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 943 bp = bioq_first(&sc->bio_queue); in flex_spi_task()
|