Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c749 (td->td_pflags & TDP_BUFNEED) == 0) { in bufspace_wait()
759 norunbuf = ~(TDP_BUFNEED | TDP_NORUNNINGBUF) | in bufspace_wait()
770 td->td_pflags |= TDP_BUFNEED | TDP_NORUNNINGBUF; in bufspace_wait()
3390 curthread->td_pflags |= TDP_NORUNNINGBUF | TDP_BUFNEED; in buf_daemon()
4179 (curthread->td_pflags & TDP_BUFNEED) != 0) in geteblk()
/f-stack/freebsd/sys/
H A Dproc.h494 #define TDP_BUFNEED 0x00000008 /* Do not recurse into the buf flush */ macro