| /freebsd-12.1/sys/sys/ |
| H A D | bio.h | 137 struct bio_queue_head { struct 169 void bioq_disksort(struct bio_queue_head *ap, struct bio *bp); 170 struct bio *bioq_first(struct bio_queue_head *head); 171 struct bio *bioq_takefirst(struct bio_queue_head *head); 172 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error); 173 void bioq_init(struct bio_queue_head *head); 174 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp); 175 void bioq_insert_tail(struct bio_queue_head *head, struct bio *bp); 176 void bioq_remove(struct bio_queue_head *head, struct bio *bp);
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_disk.c | 154 bioq_init(struct bio_queue_head *head) in bioq_init() 165 bioq_remove(struct bio_queue_head *head, struct bio *bp) in bioq_remove() 179 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() 188 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head() 199 bioq_insert_tail(struct bio_queue_head *head, struct bio *bp) in bioq_insert_tail() 209 bioq_first(struct bio_queue_head *head) in bioq_first() 216 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst() 232 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key() 246 bioq_disksort(struct bio_queue_head *head, struct bio *bp) in bioq_disksort()
|
| /freebsd-12.1/sys/geom/vinum/ |
| H A D | geom_vinum_var.h | 238 struct bio_queue_head *bqueue_down; /* BIO queue incoming 240 struct bio_queue_head *bqueue_up; /* BIO queue for completed 354 struct bio_queue_head *bqueue; /* BIO queue. */ 355 struct bio_queue_head *wqueue; /* Waiting BIO queue. */ 356 struct bio_queue_head *rqueue; /* Rebuild waiting BIO queue. */ 382 struct bio_queue_head *wqueue; /* BIO delayed request queue. */
|
| H A D | geom_vinum_create.c | 191 v->wqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_volume() 222 p->bqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_plex() 224 p->wqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_plex() 226 p->rqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_plex()
|
| /freebsd-12.1/sys/geom/gate/ |
| H A D | g_gate.h | 88 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */ 89 struct bio_queue_head sc_outqueue; /* P: sc_queue_mtx */
|
| /freebsd-12.1/sys/geom/raid3/ |
| H A D | g_raid3.h | 210 struct bio_queue_head sc_queue; 213 struct bio_queue_head sc_regular_delayed; /* Delayed I/O requests due 216 struct bio_queue_head sc_inflight; /* In-flight regular write 218 struct bio_queue_head sc_sync_delayed; /* Delayed sync requests due
|
| /freebsd-12.1/sys/geom/journal/ |
| H A D | g_journal.h | 141 struct bio_queue_head sc_back_queue; 142 struct bio_queue_head sc_regular_queue; 144 struct bio_queue_head sc_delayed_queue;
|
| /freebsd-12.1/sys/geom/raid/ |
| H A D | g_raid.h | 298 struct bio_queue_head v_inflight; /* In-flight write requests. */ 299 struct bio_queue_head v_locked; /* Blocked I/O requests. */ 329 struct bio_queue_head sc_queue; /* Worker I/O queue. */
|
| /freebsd-12.1/sys/geom/uzip/ |
| H A D | g_uzip_softc.h | 51 struct bio_queue_head bio_queue;
|
| /freebsd-12.1/sys/dev/fdc/ |
| H A D | fdcvar.h | 58 struct bio_queue_head head;
|
| /freebsd-12.1/sys/geom/ |
| H A D | geom_disk.h | 93 struct bio_queue_head *d_queue;
|
| /freebsd-12.1/sys/dev/altera/sdcard/ |
| H A D | altera_sdcard.h | 59 struct bio_queue_head as_bioq;
|
| /freebsd-12.1/sys/geom/sched/ |
| H A D | gs_delay.c | 67 struct bio_queue_head sc_bioq; /* queue of pending requests */
|
| /freebsd-12.1/sys/dev/ida/ |
| H A D | idavar.h | 167 struct bio_queue_head bio_queue;
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofw_disk.c | 50 struct bio_queue_head ofwd_bio_queue;
|
| /freebsd-12.1/sys/dev/nvdimm/ |
| H A D | nvdimm_var.h | 133 struct bio_queue_head spa_g_queue;
|
| /freebsd-12.1/sys/dev/mlx/ |
| H A D | mlxvar.h | 140 struct bio_queue_head mlx_bioq; /* outstanding I/O operations */
|
| /freebsd-12.1/sys/dev/ips/ |
| H A D | ips.h | 153 struct bio_queue_head queue;
|
| /freebsd-12.1/sys/cam/ |
| H A D | cam_iosched.c | 275 struct bio_queue_head bio_queue; 276 struct bio_queue_head trim_queue; 286 struct bio_queue_head write_queue; 1726 static int biolen(struct bio_queue_head *bq) in biolen()
|
| /freebsd-12.1/sys/dev/twe/ |
| H A D | twevar.h | 119 struct bio_queue_head twe_bioq; /* outstanding I/O operations */
|
| /freebsd-12.1/sys/powerpc/mambo/ |
| H A D | mambo_disk.c | 51 struct bio_queue_head bio_queue;
|
| /freebsd-12.1/sys/powerpc/ps3/ |
| H A D | ps3disk.c | 120 struct bio_queue_head sc_bioq; 121 struct bio_queue_head sc_deferredq;
|
| /freebsd-12.1/sys/dev/xen/blkfront/ |
| H A D | block.h | 176 struct bio_queue_head xbd_bioq; /* sort queue */
|
| /freebsd-12.1/sys/dev/amr/ |
| H A D | amrvar.h | 227 struct bio_queue_head amr_bioq; /* pending I/O with no commands */
|
| /freebsd-12.1/sys/dev/virtio/block/ |
| H A D | virtio_blk.c | 89 struct bio_queue_head vtblk_bioq; 851 struct bio_queue_head *bioq; in vtblk_request_bio() 1022 struct bio_queue_head *bioq; in vtblk_drain()
|