Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbuf.h508 extern long runningbufspace;
/f-stack/freebsd/kern/
H A Dvfs_bio.c203 long runningbufspace; variable
204 SYSCTL_LONG(_vfs, OID_AUTO, runningbufspace, CTLFLAG_RD, &runningbufspace, 0,
910 space = atomic_fetchadd_long(&runningbufspace, -bspace); in runningbufwakeup()
942 while (runningbufspace > hirunningspace) { in waitrunningbufspace()
2288 space = atomic_fetchadd_long(&runningbufspace, bp->b_runningbufspace); in bufwrite()
3447 if (runningbufspace <= lorunningspace) in buf_daemon()
3593 runningbufspace > hirunningspace) in flushbufqueues()
/f-stack/freebsd/vm/
H A Dvnode_pager.c623 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs()
1075 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()