Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h174 struct bio *bioq_first(struct bio_queue_head *head);
/f-stack/freebsd/kern/
H A Dsubr_disk.c212 bioq_first(struct bio_queue_head *head) in bioq_first() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c547 first = (bioq_first(&zsg->zsg_queue) == NULL); in zvol_geom_bio_start()