Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDbuf.h465 int biowait_timeout (struct bio *, const char *, int);
/dragonfly/sys/dev/disk/fd/
HDfd.c2279 rv = biowait_timeout(&bp->b_bio1, "fdform", 20 * hz); in fdformat()
/dragonfly/sys/kern/
HDvfs_bio.c3299 biowait_timeout(struct bio *bio, const char *wmesg, int to) in biowait_timeout() function