Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c134 int bd_wanted; member
747 while (bd->bd_wanted) { in bufspace_wait()
776 if (bd->bd_wanted == 0) in bufspace_wait()
779 error = msleep(&bd->bd_wanted, BD_LOCKPTR(bd), in bufspace_wait()
846 if (bd->bd_wanted) { in bufspace_daemon()
847 msleep(&bd->bd_wanted, BD_LOCKPTR(bd), in bufspace_daemon()
1805 bd->bd_wanted = 1; in buf_recycle()
1918 if (bd->bd_wanted) { in bd_flush()
1919 bd->bd_wanted = 0; in bd_flush()
1920 wakeup(&bd->bd_wanted); in bd_flush()
[all …]