Home
last modified time | relevance | path

Searched refs:bio_queue_head (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-12-stable/sys/sys/
Dbio.h137 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-stable/sys/kern/
Dsubr_disk.c154 bioq_init(struct bio_queue_head *head) in bioq_init()
165 bioq_remove(struct bio_queue_head *head, struct bio *bp) in bioq_remove()
181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush()
190 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head()
201 bioq_insert_tail(struct bio_queue_head *head, struct bio *bp) in bioq_insert_tail()
211 bioq_first(struct bio_queue_head *head) in bioq_first()
218 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst()
234 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key()
248 bioq_disksort(struct bio_queue_head *head, struct bio *bp) in bioq_disksort()
/freebsd-12-stable/sys/geom/vinum/
Dgeom_vinum_var.h238 struct bio_queue_head *bqueue_down; /* BIO queue incoming
240 struct bio_queue_head *bqueue_up; /* BIO queue for completed
356 struct bio_queue_head *bqueue; /* BIO queue. */
357 struct bio_queue_head *wqueue; /* Waiting BIO queue. */
358 struct bio_queue_head *rqueue; /* Rebuild waiting BIO queue. */
384 struct bio_queue_head *wqueue; /* BIO delayed request queue. */
Dgeom_vinum_create.c191 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-stable/sys/geom/gate/
Dg_gate.h88 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */
89 struct bio_queue_head sc_outqueue; /* P: sc_queue_mtx */
/freebsd-12-stable/sys/geom/raid3/
Dg_raid3.h210 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-stable/sys/geom/journal/
Dg_journal.h141 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-stable/sys/geom/raid/
Dg_raid.h298 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-stable/sys/geom/uzip/
Dg_uzip_softc.h51 struct bio_queue_head bio_queue;
/freebsd-12-stable/sys/dev/fdc/
Dfdcvar.h58 struct bio_queue_head head;
/freebsd-12-stable/sys/geom/
Dgeom_disk.h93 struct bio_queue_head *d_queue;
/freebsd-12-stable/sys/dev/altera/sdcard/
Daltera_sdcard.h59 struct bio_queue_head as_bioq;
/freebsd-12-stable/sys/geom/sched/
Dgs_delay.c67 struct bio_queue_head sc_bioq; /* queue of pending requests */
/freebsd-12-stable/sys/dev/ofw/
Dofw_disk.c50 struct bio_queue_head ofwd_bio_queue;
/freebsd-12-stable/sys/dev/ida/
Didavar.h167 struct bio_queue_head bio_queue;
/freebsd-12-stable/sys/dev/nvdimm/
Dnvdimm_var.h134 struct bio_queue_head spa_g_queue;
/freebsd-12-stable/sys/dev/mlx/
Dmlxvar.h140 struct bio_queue_head mlx_bioq; /* outstanding I/O operations */
/freebsd-12-stable/sys/dev/ips/
Dips.h153 struct bio_queue_head queue;
/freebsd-12-stable/sys/cam/
Dcam_iosched.c273 struct bio_queue_head bio_queue;
274 struct bio_queue_head trim_queue;
284 struct bio_queue_head write_queue;
1724 static int biolen(struct bio_queue_head *bq) in biolen()
/freebsd-12-stable/sys/dev/twe/
Dtwevar.h119 struct bio_queue_head twe_bioq; /* outstanding I/O operations */
/freebsd-12-stable/sys/powerpc/mambo/
Dmambo_disk.c51 struct bio_queue_head bio_queue;
/freebsd-12-stable/sys/powerpc/ps3/
Dps3disk.c120 struct bio_queue_head sc_bioq;
121 struct bio_queue_head sc_deferredq;
/freebsd-12-stable/sys/dev/xen/blkfront/
Dblock.h176 struct bio_queue_head xbd_bioq; /* sort queue */
/freebsd-12-stable/sys/dev/amr/
Damrvar.h227 struct bio_queue_head amr_bioq; /* pending I/O with no commands */
/freebsd-12-stable/sys/dev/virtio/block/
Dvirtio_blk.c90 struct bio_queue_head vtblk_bioq;
875 struct bio_queue_head *bioq; in vtblk_request_bio()
1064 struct bio_queue_head *bioq; in vtblk_drain()

123