Symbol: bioq_remove
sys/cam/cam_iosched.c
1404
bioq_remove(&isc->write_queue, bp);
sys/cam/cam_iosched.c
1449
bioq_remove(&isc->trim_queue, bp);
sys/cam/cam_iosched.c
1628
bioq_remove(&isc->bio_queue, bp);
sys/cam/mmc/mmc_da.c
1814
bioq_remove(&part->bio_queue, bp);
sys/cam/scsi/scsi_cd.c
912
bioq_remove(&softc->bio_queue, bp);
sys/cam/scsi/scsi_pt.c
433
bioq_remove(&softc->bio_queue, bp);
sys/cam/scsi/scsi_sa.c
2796
bioq_remove(&softc->bio_queue, bp);
sys/cam/scsi/scsi_sa.c
2861
bioq_remove(&softc->bio_queue, bp);
sys/dev/aac/aacvar.h
615
bioq_remove(&sc->aac_bioq, bp);
sys/dev/flash/flexspi/flex_spi.c
948
bioq_remove(&sc->bio_queue, bp);
sys/dev/flash/mx25l.c
649
bioq_remove(&sc->sc_bio_queue, bp);
sys/dev/flash/n25q.c
446
bioq_remove(&sc->sc_bio_queue, bp);
sys/dev/flash/w25n.c
562
bioq_remove(&sc->sc_bio_queue, bp);
sys/dev/ida/ida.c
510
bioq_remove(&ida->bio_queue, bp);
sys/dev/ips/ips_commands.c
163
bioq_remove(&sc->queue, iobuf);
sys/dev/mfi/mfivar.h
560
bioq_remove(&sc->mfi_bioq, bp);
sys/dev/mlx/mlx.c
1932
bioq_remove(&sc->mlx_bioq, bp);
sys/dev/pst/pst-raid.c
227
bioq_remove(&psc->queue, bp);
sys/dev/xen/blkfront/block.h
338
bioq_remove(&sc->xbd_bioq, bp);
sys/geom/eli/g_eli.c
647
bioq_remove(&sc->sc_queue, bp);
sys/geom/gate/g_gate.c
378
bioq_remove(&sc->sc_inqueue, bp);
sys/geom/gate/g_gate.c
385
bioq_remove(&sc->sc_outqueue, bp);
sys/geom/gate/g_gate.c
814
bioq_remove(&sc->sc_outqueue, bp);
sys/geom/gate/g_gate.c
871
bioq_remove(&sc->sc_inqueue, bp);
sys/geom/gate/g_gate.c
890
bioq_remove(&sc->sc_outqueue, bp);
sys/geom/gate/g_gate.c
916
bioq_remove(&sc->sc_outqueue, bp);
sys/geom/journal/g_journal.c
2132
bioq_remove(&sc->sc_regular_queue, bp);
sys/geom/journal/g_journal.c
2134
bioq_remove(&sc->sc_back_queue, bp);
sys/geom/linux_lvm/g_linux_lvm.c
156
bioq_remove(bq, b);
sys/geom/linux_lvm/g_linux_lvm.c
300
bioq_remove(&bq, cb);
sys/geom/raid/g_raid.c
1271
bioq_remove(&vol->v_inflight, bp);
sys/geom/raid/g_raid.c
1697
bioq_remove(&sc->sc_queue, bp);
sys/geom/raid3/g_raid3.c
1386
bioq_remove(&sc->sc_inflight, pbp);
sys/geom/raid3/g_raid3.c
1428
bioq_remove(&queue, cbp);
sys/geom/raid3/g_raid3.c
1442
bioq_remove(&queue, cbp);
sys/geom/raid3/g_raid3.c
1582
bioq_remove(&sc->sc_regular_delayed, bp);
sys/geom/raid3/g_raid3.c
1609
bioq_remove(&sc->sc_sync_delayed, bp);
sys/geom/raid3/g_raid3.c
2145
bioq_remove(&sc->sc_queue, bp);
sys/geom/raid3/g_raid3.c
2395
bioq_remove(&sc->sc_queue, bp);
sys/geom/stripe/g_stripe.c
541
bioq_remove(&queue, cbp);
sys/geom/stripe/g_stripe.c
555
bioq_remove(&queue, cbp);
sys/geom/virstor/g_virstor.c
1751
bioq_remove(&bq, cb);
sys/geom/virstor/g_virstor.c
1854
bioq_remove(bq, b);
sys/kern/subr_disk.c
223
bioq_remove(head, bp);
sys/powerpc/mambo/mambo_disk.c
214
bioq_remove(&sc->bio_queue, bp);
sys/powerpc/powernv/opal_flash.c
297
bioq_remove(&sc->sc_bio_queue, bp);
sys/powerpc/ps3/ps3disk.c
396
bioq_remove(&sc->sc_bioq, bp);
sys/powerpc/ps3/ps3disk.c
401
bioq_remove(&sc->sc_bioq, bp);
sys/powerpc/ps3/ps3disk.c
453
bioq_remove(&sc->sc_bioq, bp);
sys/powerpc/ps3/ps3disk.c
602
bioq_remove(&sc->sc_bioq, bp);
sys/powerpc/ps3/ps3disk.c
645
bioq_remove(&sc->sc_bioq, bp);
sys/powerpc/ps3/ps3disk.c
656
bioq_remove(&sc->sc_bioq, bp);
sys/sys/bio.h
182
void bioq_remove(struct bio_queue_head *head, struct bio *bp);