/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 396 bioq_remove(&sc->sc_bioq, bp); in ps3disk_strategy() 401 bioq_remove(&sc->sc_bioq, bp); in ps3disk_strategy() 453 bioq_remove(&sc->sc_bioq, bp); in ps3disk_intr() 602 bioq_remove(&sc->sc_bioq, bp); in ps3disk_transfer() 645 bioq_remove(&sc->sc_bioq, bp); in ps3disk_transfer() 656 bioq_remove(&sc->sc_bioq, bp); in ps3disk_transfer()
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 163 bioq_remove(struct bio_queue_head *head, struct bio *bp) in bioq_remove() function 223 bioq_remove(head, bp); in bioq_takefirst()
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 378 bioq_remove(&sc->sc_inqueue, bp); in g_gate_guard() 385 bioq_remove(&sc->sc_outqueue, bp); in g_gate_guard() 814 bioq_remove(&sc->sc_outqueue, bp); in g_gate_ioctl() 871 bioq_remove(&sc->sc_inqueue, bp); in g_gate_ioctl() 890 bioq_remove(&sc->sc_outqueue, bp); in g_gate_ioctl() 916 bioq_remove(&sc->sc_outqueue, bp); in g_gate_ioctl()
|
/freebsd/sys/sys/ |
H A D | bio.h | 176 void bioq_remove(struct bio_queue_head *head, struct bio *bp);
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_disk.c | 214 bioq_remove(&sc->bio_queue, bp); in mambodisk_task()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | block.h | 338 bioq_remove(&sc->xbd_bioq, bp); in xbd_dequeue_bio()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_flash.c | 297 bioq_remove(&sc->sc_bio_queue, bp); in opalflash_task()
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 446 bioq_remove(&sc->sc_bio_queue, bp); in n25q_task()
|
H A D | w25n.c | 562 bioq_remove(&sc->sc_bio_queue, bp); in w25n_task()
|
H A D | mx25l.c | 649 bioq_remove(&sc->sc_bio_queue, bp); in mx25l_task()
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 1386 bioq_remove(&sc->sc_inflight, pbp); in g_raid3_regular_request() 1428 bioq_remove(&queue, cbp); in g_raid3_flush() 1442 bioq_remove(&queue, cbp); in g_raid3_flush() 1582 bioq_remove(&sc->sc_regular_delayed, bp); in g_raid3_regular_release() 1609 bioq_remove(&sc->sc_sync_delayed, bp); in g_raid3_sync_release() 2145 bioq_remove(&sc->sc_queue, bp); in g_raid3_worker() 2395 bioq_remove(&sc->sc_queue, bp); in g_raid3_destroy_provider()
|
/freebsd/sys/dev/pst/ |
H A D | pst-raid.c | 227 bioq_remove(&psc->queue, bp); in pst_start()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 1404 bioq_remove(&isc->write_queue, bp); in cam_iosched_get_write() 1449 bioq_remove(&isc->trim_queue, bp); in cam_iosched_next_trim() 1628 bioq_remove(&isc->bio_queue, bp); in cam_iosched_next_bio()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 433 bioq_remove(&softc->bio_queue, bp); in ptstart()
|
/freebsd/sys/geom/linux_lvm/ |
H A D | g_linux_lvm.c | 156 bioq_remove(bq, b); in bioq_dismantle() 300 bioq_remove(&bq, cb); in g_llvm_start()
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 543 bioq_remove(&queue, cbp); in g_stripe_pushdown() 557 bioq_remove(&queue, cbp); in g_stripe_pushdown()
|
/freebsd/sys/dev/mfi/ |
H A D | mfivar.h | 560 bioq_remove(&sc->mfi_bioq, bp); in mfi_dequeue_bio()
|
/freebsd/sys/dev/aac/ |
H A D | aacvar.h | 615 bioq_remove(&sc->aac_bioq, bp); in aac_dequeue_bio()
|
/freebsd/sys/dev/ips/ |
H A D | ips_commands.c | 163 bioq_remove(&sc->queue, iobuf); in ips_start_io_request()
|
/freebsd/sys/dev/ida/ |
H A D | ida.c | 510 bioq_remove(&ida->bio_queue, bp); in ida_startio()
|
/freebsd/sys/geom/virstor/ |
H A D | g_virstor.c | 1751 bioq_remove(&bq, cb); in g_virstor_start() 1854 bioq_remove(bq, b); in bioq_dismantle()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 948 bioq_remove(&sc->bio_queue, bp); in flex_spi_task()
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 1273 bioq_remove(&vol->v_inflight, bp); in g_raid_iodone() 1699 bioq_remove(&sc->sc_queue, bp); in g_raid_destroy_provider()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 2132 bioq_remove(&sc->sc_regular_queue, bp); in g_journal_worker() 2134 bioq_remove(&sc->sc_back_queue, bp); in g_journal_worker()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 647 bioq_remove(&sc->sc_queue, bp); in g_eli_takefirst()
|