Searched refs:bioq_insert_head (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | bio.h | 176 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 188 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head() function
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 820 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 D | block.h | 328 bioq_insert_head(&sc->xbd_bioq, bp); in xbd_requeue_bio()
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 1296 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 D | cam_iosched.c | 1424 bioq_insert_head(&isc->trim_queue, bp); in cam_iosched_put_back_trim()
|