Home
last modified time | relevance | path

Searched refs:bioq_takefirst (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_disk.c185 while ((bp = bioq_takefirst(head)) != NULL) in bioq_flush()
219 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst() function
/f-stack/freebsd/sys/
H A Dbio.h175 struct bio *bioq_takefirst(struct bio_queue_head *head);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c510 bp = bioq_takefirst(&zsg->zsg_queue); in zvol_geom_worker()