Searched refs:bioq_insert_head (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c1159 bioq_insert_head(&isc->trim_queue, bp);
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblock.h330 bioq_insert_head(&sc->xbd_bioq, bp);
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1267 bioq_insert_head(&sc->sc_queue, bp);
1375 bioq_insert_head(&sc->sc_queue, bp);
1526 bioq_insert_head(&sc->sc_regular_delayed, bp);
1555 bioq_insert_head(&sc->sc_queue, bp);
2135 bioq_insert_head(&sc->sc_queue, bp);
/freebsd-11-stable/sys/sys/
H A Dbio.h150 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
/freebsd-11-stable/sys/geom/gate/
H A Dg_gate.c807 bioq_insert_head(&sc->sc_inqueue, bp);
878 bioq_insert_head(&sc->sc_inqueue, bp);
918 bioq_insert_head(&sc->sc_inqueue, bp);
/freebsd-11-stable/sys/kern/
H A Dsubr_disk.c122 * bioq_insert_head() insert an entry at the head, update
136 * Updating bioq->last_offset on a bioq_insert_head() guarantees
137 * that the bio inserted with the last bioq_insert_head() will stay
178 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) function

Completed in 133 milliseconds