Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_bio.c219 #define VFS_BIO_NEED_BUFSPACE 0x08 /* wait for buf space, lo hysteresis */ macro
238 if ((flags & VFS_BIO_NEED_BUFSPACE) == 0) in bufspacewakeup()
241 flags & ~VFS_BIO_NEED_BUFSPACE)) { in bufspacewakeup()
2170 flags = VFS_BIO_NEED_BUFSPACE; in getnewbuf()