Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c728 (td->td_pflags & TDP_BUFNEED) == 0) { in bufspace_wait()
738 norunbuf = ~(TDP_BUFNEED | TDP_NORUNNINGBUF) | in bufspace_wait()
749 td->td_pflags |= TDP_BUFNEED | TDP_NORUNNINGBUF; in bufspace_wait()
3485 curthread->td_pflags |= TDP_NORUNNINGBUF | TDP_BUFNEED; in buf_daemon()
4315 (curthread->td_pflags & TDP_BUFNEED) != 0) in geteblk()
/freebsd/sys/sys/
H A Dproc.h538 #define TDP_BUFNEED 0x00000008 /* Do not recurse into the buf flush */ macro