Symbol: bio_queue_head
sys/cam/cam_iosched.c
2070
static int biolen(struct bio_queue_head *bq)
sys/cam/cam_iosched.c
317
struct bio_queue_head bio_queue;
sys/cam/cam_iosched.c
318
struct bio_queue_head trim_queue;
sys/cam/cam_iosched.c
334
struct bio_queue_head write_queue;
sys/cam/mmc/mmc_da.c
104
struct bio_queue_head bio_queue;
sys/cam/scsi/scsi_cd.c
162
struct bio_queue_head bio_queue;
sys/cam/scsi/scsi_da.c
342
struct bio_queue_head delete_run_queue;
sys/cam/scsi/scsi_pt.c
77
struct bio_queue_head bio_queue;
sys/cam/scsi/scsi_sa.c
383
struct bio_queue_head bio_queue;
sys/dev/aac/aacvar.h
360
struct bio_queue_head aac_bioq;
sys/dev/aacraid/aacraid_var.h
380
struct bio_queue_head aac_bioq;
sys/dev/cfi/cfi_disk.c
60
struct bio_queue_head bioq; /* bio queue */
sys/dev/fdc/fdc.c
259
struct bio_queue_head fd_bq;
sys/dev/fdc/fdcvar.h
55
struct bio_queue_head head;
sys/dev/flash/at45d.c
85
struct bio_queue_head bio_queue;
sys/dev/flash/flexspi/flex_spi.c
90
struct bio_queue_head bio_queue;
sys/dev/flash/mx25l.c
90
struct bio_queue_head sc_bio_queue;
sys/dev/flash/n25q.c
106
struct bio_queue_head sc_bio_queue;
sys/dev/flash/w25n.c
79
struct bio_queue_head sc_bio_queue;
sys/dev/ida/idavar.h
165
struct bio_queue_head bio_queue;
sys/dev/ips/ips.h
151
struct bio_queue_head queue;
sys/dev/md/md.c
250
struct bio_queue_head bio_queue;
sys/dev/mfi/mfivar.h
221
struct bio_queue_head mfi_bioq;
sys/dev/mlx/mlxvar.h
141
struct bio_queue_head mlx_bioq; /* outstanding I/O operations */
sys/dev/mmc/mmcsd.c
104
struct bio_queue_head bio_queue;
sys/dev/nvd/nvd.c
76
struct bio_queue_head bioq;
sys/dev/nvdimm/nvdimm_var.h
129
struct bio_queue_head spa_g_queue;
sys/dev/ofw/ofw_disk.c
47
struct bio_queue_head ofwd_bio_queue;
sys/dev/pst/pst-raid.c
63
struct bio_queue_head queue;
sys/dev/virtio/block/virtio_blk.c
105
struct bio_queue_head vtblk_bioq;
sys/dev/virtio/block/virtio_blk.c
1097
struct bio_queue_head *bioq;
sys/dev/virtio/block/virtio_blk.c
1420
struct bio_queue_head *bioq;
sys/dev/xen/blkfront/block.h
174
struct bio_queue_head xbd_bioq; /* sort queue */
sys/geom/concat/g_concat.c
292
struct bio_queue_head queue;
sys/geom/concat/g_concat.c
326
struct bio_queue_head queue;
sys/geom/eli/g_eli.h
218
struct bio_queue_head sc_queue;
sys/geom/gate/g_gate.c
104
struct bio_queue_head queue;
sys/geom/gate/g_gate.c
365
struct bio_queue_head queue;
sys/geom/gate/g_gate.h
86
struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */
sys/geom/gate/g_gate.h
87
struct bio_queue_head sc_outqueue; /* P: sc_queue_mtx */
sys/geom/geom_disk.h
92
struct bio_queue_head *d_queue;
sys/geom/journal/g_journal.h
121
struct bio_queue_head sc_back_queue;
sys/geom/journal/g_journal.h
122
struct bio_queue_head sc_regular_queue;
sys/geom/journal/g_journal.h
124
struct bio_queue_head sc_delayed_queue;
sys/geom/linux_lvm/g_linux_lvm.c
151
bioq_dismantle(struct bio_queue_head *bq)
sys/geom/linux_lvm/g_linux_lvm.c
200
struct bio_queue_head bq;
sys/geom/multipath/g_multipath.c
77
static struct bio_queue_head gmtbq;
sys/geom/raid/g_raid.c
960
struct bio_queue_head queue;
sys/geom/raid/g_raid.h
270
struct bio_queue_head v_inflight; /* In-flight write requests. */
sys/geom/raid/g_raid.h
271
struct bio_queue_head v_locked; /* Blocked I/O requests. */
sys/geom/raid/g_raid.h
301
struct bio_queue_head sc_queue; /* Worker I/O queue. */
sys/geom/raid/tr_concat.c
211
struct bio_queue_head queue;
sys/geom/raid/tr_raid0.c
192
struct bio_queue_head queue;
sys/geom/raid/tr_raid1.c
546
struct bio_queue_head queue;
sys/geom/raid/tr_raid1e.c
1149
struct bio_queue_head queue;
sys/geom/raid/tr_raid1e.c
689
struct bio_queue_head queue;
sys/geom/raid/tr_raid1e.c
759
struct bio_queue_head queue;
sys/geom/raid/tr_raid5.c
213
struct bio_queue_head queue;
sys/geom/raid3/g_raid3.c
1413
struct bio_queue_head queue;
sys/geom/raid3/g_raid3.h
190
struct bio_queue_head sc_queue;
sys/geom/raid3/g_raid3.h
193
struct bio_queue_head sc_regular_delayed; /* Delayed I/O requests due
sys/geom/raid3/g_raid3.h
196
struct bio_queue_head sc_inflight; /* In-flight regular write
sys/geom/raid3/g_raid3.h
198
struct bio_queue_head sc_sync_delayed; /* Delayed sync requests due
sys/geom/stripe/g_stripe.c
530
struct bio_queue_head queue;
sys/geom/uzip/g_uzip_softc.h
49
struct bio_queue_head bio_queue;
sys/geom/virstor/g_virstor.c
114
static void bioq_dismantle(struct bio_queue_head *);
sys/geom/virstor/g_virstor.c
1564
struct bio_queue_head bq;
sys/geom/virstor/g_virstor.c
1849
bioq_dismantle(struct bio_queue_head *bq)
sys/kern/subr_disk.c
152
bioq_init(struct bio_queue_head *head)
sys/kern/subr_disk.c
163
bioq_remove(struct bio_queue_head *head, struct bio *bp)
sys/kern/subr_disk.c
179
bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error)
sys/kern/subr_disk.c
188
bioq_insert_head(struct bio_queue_head *head, struct bio *bp)
sys/kern/subr_disk.c
199
bioq_insert_tail(struct bio_queue_head *head, struct bio *bp)
sys/kern/subr_disk.c
210
bioq_first(struct bio_queue_head *head)
sys/kern/subr_disk.c
217
bioq_takefirst(struct bio_queue_head *head)
sys/kern/subr_disk.c
233
bioq_bio_key(struct bio_queue_head *head, struct bio *bp)
sys/kern/subr_disk.c
247
bioq_disksort(struct bio_queue_head *head, struct bio *bp)
sys/powerpc/mambo/mambo_disk.c
48
struct bio_queue_head bio_queue;
sys/powerpc/powernv/opal_flash.c
68
struct bio_queue_head sc_bio_queue;
sys/powerpc/ps3/ps3disk.c
117
struct bio_queue_head sc_bioq;
sys/powerpc/ps3/ps3disk.c
118
struct bio_queue_head sc_deferredq;
sys/sys/bio.h
175
void bioq_disksort(struct bio_queue_head *ap, struct bio *bp);
sys/sys/bio.h
176
struct bio *bioq_first(struct bio_queue_head *head);
sys/sys/bio.h
177
struct bio *bioq_takefirst(struct bio_queue_head *head);
sys/sys/bio.h
178
void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
sys/sys/bio.h
179
void bioq_init(struct bio_queue_head *head);
sys/sys/bio.h
180
void bioq_insert_head(struct bio_queue_head *head, struct bio *bp);
sys/sys/bio.h
181
void bioq_insert_tail(struct bio_queue_head *head, struct bio *bp);
sys/sys/bio.h
182
void bioq_remove(struct bio_queue_head *head, struct bio *bp);