Home
last modified time | relevance | path

Searched refs:biowait (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_physio.c181 biowait(bp, "physrd"); in physio()
183 biowait(bp, "physwr"); in physio()
H A Dvfs_bio.c4373 biowait(struct bio *bp, const char *wchan) in biowait() function
/f-stack/freebsd/sys/
H A Dbio.h154 int biowait(struct bio *bp, const char *wchan);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c421 errors[i] = biowait(bios[j], "vdev_geom_io") || in vdev_geom_io()