Searched refs:runningbufspace (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | vfs_bio.c | 197 long runningbufspace; variable 198 SYSCTL_LONG(_vfs, OID_AUTO, runningbufspace, CTLFLAG_RD, &runningbufspace, 0, 906 space = atomic_fetchadd_long(&runningbufspace, -bspace); in runningbufwakeup() 938 while (runningbufspace > hirunningspace) { in waitrunningbufspace() 2269 space = atomic_fetchadd_long(&runningbufspace, bp->b_runningbufspace); in bufwrite() 3411 if (runningbufspace <= lorunningspace) in buf_daemon() 3556 runningbufspace > hirunningspace) in flushbufqueues()
|
| /freebsd-12-stable/sys/sys/ |
| D | buf.h | 489 extern long runningbufspace;
|
| /freebsd-12-stable/sys/vm/ |
| D | vnode_pager.c | 612 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs() 1077 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_snapshot.c | 2334 atomic_add_long(&runningbufspace, 2471 atomic_add_long(&runningbufspace, bp->b_runningbufspace);
|
| D | ffs_vfsops.c | 2250 atomic_add_long(&runningbufspace, in ffs_geom_strategy()
|
| /freebsd-12-stable/tools/tools/sysdoc/ |
| D | tunables.mdoc | 2142 vfs.runningbufspace
|