Searched refs:b_runningbufspace (Results 1 – 3 of 3) sorted by relevance
622 bp->b_runningbufspace = bp->b_bufsize; in vnode_pager_input_smlfs()623 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs()1065 bp->b_bcount = bp->b_bufsize = bp->b_runningbufspace = bytecount; in vnode_pager_generic_getpages()1075 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()
123 int b_runningbufspace; /* when I/O is running, pipelining */ member
907 bspace = bp->b_runningbufspace; in runningbufwakeup()913 bp->b_runningbufspace = 0; in runningbufwakeup()2287 bp->b_runningbufspace = bp->b_bufsize; in bufwrite()2288 space = atomic_fetchadd_long(&runningbufspace, bp->b_runningbufspace); in bufwrite()