Home
last modified time | relevance | path

Searched refs:b_runningbufspace (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/vm/
Dvnode_pager.c611 bp->b_runningbufspace = bp->b_bufsize; in vnode_pager_input_smlfs()
612 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs()
1067 bp->b_bcount = bp->b_bufsize = bp->b_runningbufspace = bytecount; in vnode_pager_generic_getpages()
1077 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()
/freebsd-12-stable/sys/sys/
Dbuf.h122 int b_runningbufspace; /* when I/O is running, pipelining */ member
/freebsd-12-stable/sys/ufs/ffs/
Dffs_snapshot.c2319 saved_runningbufspace = bp->b_runningbufspace;
2333 bp->b_runningbufspace = saved_runningbufspace;
2335 bp->b_runningbufspace);
2470 bp->b_runningbufspace = saved_runningbufspace;
2471 atomic_add_long(&runningbufspace, bp->b_runningbufspace);
Dffs_vfsops.c2249 bp->b_runningbufspace = bp->b_bufsize; in ffs_geom_strategy()
2251 bp->b_runningbufspace); in ffs_geom_strategy()
/freebsd-12-stable/sys/kern/
Dvfs_bio.c903 bspace = bp->b_runningbufspace; in runningbufwakeup()
909 bp->b_runningbufspace = 0; in runningbufwakeup()
2268 bp->b_runningbufspace = bp->b_bufsize; in bufwrite()
2269 space = atomic_fetchadd_long(&runningbufspace, bp->b_runningbufspace); in bufwrite()