Searched refs:bioq_insert_head (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/sys/ |
| HD | bio.h | 146 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
|
| /trueos/sys/kern/ |
| HD | subr_disk.c | 178 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head() function
|
| /trueos/sys/geom/gate/ |
| HD | g_gate.c | 778 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl() 849 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl() 889 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()
|
| /trueos/sys/dev/xen/blkfront/ |
| HD | block.h | 322 bioq_insert_head(&sc->xbd_bioq, bp); in xbd_requeue_bio()
|
| /trueos/sys/geom/raid3/ |
| HD | g_raid3.c | 1277 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_done() 1385 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_sync_done() 1536 bioq_insert_head(&sc->sc_regular_delayed, bp); in g_raid3_regular_delay() 1565 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_regular_release() 2145 bioq_insert_head(&sc->sc_queue, bp); in g_raid3_worker()
|
| /trueos/sys/geom/mirror/ |
| HD | g_mirror.c | 1222 bioq_insert_head(&sc->sc_regular_delayed, bp); in g_mirror_regular_delay() 1251 bioq_insert_head(&sc->sc_queue, bp); in g_mirror_regular_release()
|