Searched refs:bio_queue_head (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 141 struct bio_queue_head { struct 173 void bioq_disksort(struct bio_queue_head *ap, struct bio *bp); 174 struct bio *bioq_first(struct bio_queue_head *head); 175 struct bio *bioq_takefirst(struct bio_queue_head *head); 176 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error); 177 void bioq_init(struct bio_queue_head *head); 178 void bioq_insert_head(struct bio_queue_head *head, struct bio *bp); 179 void bioq_insert_tail(struct bio_queue_head *head, struct bio *bp); 180 void bioq_remove(struct bio_queue_head *head, struct bio *bp);
|
| /f-stack/freebsd/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() 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() 212 bioq_first(struct bio_queue_head *head) in bioq_first() 219 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst() 235 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key() 249 bioq_disksort(struct bio_queue_head *head, struct bio *bp) in bioq_disksort()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_ebt3000_cf.c | 158 struct bio_queue_head cf_bq;
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 131 struct bio_queue_head zsg_queue;
|