Searched refs:runningbufspace (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 508 extern long runningbufspace;
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 203 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 D | vnode_pager.c | 623 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()
|