Home
last modified time | relevance | path

Searched refs:bioq_insert_head (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dbio.h176 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
/freebsd/sys/kern/
H A Dsubr_disk.c188 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head() function
/freebsd/sys/geom/gate/
H A Dg_gate.c820 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()
891 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()
931 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()
/freebsd/sys/dev/xen/blkfront/
H A Dblock.h328 bioq_insert_head(&sc->xbd_bioq, bp); in xbd_requeue_bio()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1296 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_done()
1404 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_sync_done()
1556 bioq_insert_head(&sc->sc_regular_delayed, bp); in g_raid3_regular_delay()
1585 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_regular_release()
2163 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_worker()
/freebsd/sys/cam/
H A Dcam_iosched.c1424 bioq_insert_head(&isc->trim_queue, bp); in cam_iosched_put_back_trim()