Searched refs:bioq_remove (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/kern/
H A Dsubr_disk.c127 * bioq_remove() remove a generic element from the queue, act as
156 bioq_remove(struct bio_queue_head *head, struct bio *bp) function
209 bioq_remove(head, bp);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3disk.c398 bioq_remove(&sc->sc_bioq, bp);
403 bioq_remove(&sc->sc_bioq, bp);
455 bioq_remove(&sc->sc_bioq, bp);
603 bioq_remove(&sc->sc_bioq, bp);
630 bioq_remove(&sc->sc_bioq, bp);
641 bioq_remove(&sc->sc_bioq, bp);
/freebsd-11-stable/sys/sys/
H A Dbio.h152 void bioq_remove(struct bio_queue_head *head, struct bio *bp);
/freebsd-11-stable/sys/geom/gate/
H A Dg_gate.c379 bioq_remove(&sc->sc_inqueue, bp);
386 bioq_remove(&sc->sc_outqueue, bp);
801 bioq_remove(&sc->sc_outqueue, bp);
859 bioq_remove(&sc->sc_inqueue, bp);
877 bioq_remove(&sc->sc_outqueue, bp);
903 bioq_remove(&sc->sc_outqueue, bp);
/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h315 bioq_remove(&sc->amr_bioq, bio);
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo_disk.c215 bioq_remove(&sc->bio_queue, bp);
/freebsd-11-stable/sys/dev/twe/
H A Dtwevar.h269 bioq_remove(&sc->twe_bioq, bp);
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblock.h340 bioq_remove(&sc->xbd_bioq, bp);
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c1141 bioq_remove(&isc->write_queue, bp);
1182 bioq_remove(&isc->trim_queue, bp);
1257 bioq_remove(&isc->bio_queue, bp);
/freebsd-11-stable/sys/dev/pst/
H A Dpst-raid.c219 bioq_remove(&psc->queue, bp);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c436 bioq_remove(&softc->bio_queue, bp);
H A Dscsi_sa.c2616 bioq_remove(&softc->bio_queue, bp);
2681 bioq_remove(&softc->bio_queue, bp);
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c154 bioq_remove(bq, b);
294 bioq_remove(&bq, cb);
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1357 bioq_remove(&sc->sc_inflight, pbp);
1399 bioq_remove(&queue, cbp);
1413 bioq_remove(&queue, cbp);
1552 bioq_remove(&sc->sc_regular_delayed, bp);
1579 bioq_remove(&sc->sc_sync_delayed, bp);
2117 bioq_remove(&sc->sc_queue, bp);
2365 bioq_remove(&sc->sc_queue, bp);
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h615 bioq_remove(&sc->aac_bioq, bp);
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c163 bioq_remove(&sc->queue, iobuf);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h560 bioq_remove(&sc->mfi_bioq, bp);
/freebsd-11-stable/sys/dev/flash/
H A Dmx25l.c644 bioq_remove(&sc->sc_bio_queue, bp);
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c547 bioq_remove(&queue, cbp);
561 bioq_remove(&queue, cbp);
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c1763 bioq_remove(&bq, cb);
1866 bioq_remove(bq, b);
/freebsd-11-stable/sys/dev/ida/
H A Dida.c513 bioq_remove(&ida->bio_queue, bp);
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c1276 bioq_remove(&vol->v_inflight, bp);
1704 bioq_remove(&sc->sc_queue, bp);
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c2124 bioq_remove(&sc->sc_regular_queue, bp);
2126 bioq_remove(&sc->sc_back_queue, bp);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.c507 bioq_remove(&sc->sc_queue, bp);
/freebsd-11-stable/sys/dev/mlx/
H A Dmlx.c1941 bioq_remove(&sc->mlx_bioq, bp);

Completed in 208 milliseconds

12