Symbol: bio_queue_head
sys/bus/cam/scsi/scsi_cd.c
155
struct bio_queue_head bio_queue;
sys/bus/cam/scsi/scsi_da.c
140
struct bio_queue_head bio_queue_rd;
sys/bus/cam/scsi/scsi_da.c
141
struct bio_queue_head bio_queue_wr;
sys/bus/cam/scsi/scsi_da.c
142
struct bio_queue_head bio_queue_trim;
sys/bus/cam/scsi/scsi_da.c
358
static void daflushbioq(struct bio_queue_head *bioq, int error);
sys/bus/cam/scsi/scsi_da.c
922
daflushbioq(struct bio_queue_head *bioq, int error)
sys/bus/cam/scsi/scsi_pt.c
81
struct bio_queue_head bio_queue;
sys/bus/cam/scsi/scsi_sa.c
207
struct bio_queue_head bio_queue;
sys/dev/disk/fd/fdc.h
63
struct bio_queue_head bio_queue;
sys/dev/disk/md/md.c
71
struct bio_queue_head bio_queue;
sys/dev/disk/mmcsd/mmcsd.c
85
struct bio_queue_head bio_queue;
sys/dev/disk/nvme/nvme.h
181
struct bio_queue_head bioq; /* excess BIOs */
sys/dev/raid/aac/aacvar.h
363
struct bio_queue_head aac_bioq;
sys/dev/raid/amr/amrvar.h
229
struct bio_queue_head amr_bioq; /* pending I/O with no commands */
sys/dev/raid/ida/idavar.h
159
struct bio_queue_head bio_queue;
sys/dev/raid/ips/ips.h
453
struct bio_queue_head bio_queue;
sys/dev/raid/mfi/mfivar.h
204
struct bio_queue_head mfi_bioq;
sys/dev/raid/mlx/mlx_compat.h
40
typedef struct bio_queue_head mlx_bioq;
sys/dev/raid/twe/twevar.h
131
struct bio_queue_head twe_bioq; /* outstanding I/O operations */
sys/dev/virtual/virtio/block/virtio_blk.c
1090
struct bio_queue_head *bioq;
sys/dev/virtual/virtio/block/virtio_blk.c
68
struct bio_queue_head vtblk_bioq;
sys/dev/virtual/virtio/block/virtio_blk.c
805
struct bio_queue_head *bioq;
sys/dev/virtual/vkernel/cdrom/vcd.c
55
struct bio_queue_head bio_queue;
sys/dev/virtual/vkernel/disk/vdisk.c
58
struct bio_queue_head bio_queue;
sys/kern/subr_disk.c
119
static void bioqwritereorder(struct bio_queue_head *bioq);
sys/kern/subr_disk.c
1353
bioqdisksort(struct bio_queue_head *bioq, struct bio *bio)
sys/kern/subr_disk.c
1422
bioqwritereorder(struct bio_queue_head *bioq)
sys/sys/buf2.h
131
bioq_init(struct bio_queue_head *bioq)
sys/sys/buf2.h
141
bioq_insert_tail(struct bio_queue_head *bioq, struct bio *bio)
sys/sys/buf2.h
148
bioq_remove(struct bio_queue_head *bioq, struct bio *bio)
sys/sys/buf2.h
161
bioq_first(struct bio_queue_head *bioq)
sys/sys/buf2.h
167
bioq_takefirst(struct bio_queue_head *bioq)
sys/sys/diskslice.h
411
struct bio_queue_head;
sys/sys/diskslice.h
438
void bioqdisksort (struct bio_queue_head *ap, struct bio *bio);
sys/vfs/mfs/mfsnode.h
45
struct bio_queue_head bio_queue; /* list of I/O requests */