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

/freebsd-current/sys/vm/
H A Dvnode_pager.c720 bp->b_runningbufspace = bp->b_bufsize;
721 atomic_add_long(&runningbufspace, bp->b_runningbufspace);
1163 bp->b_bcount = bp->b_bufsize = bp->b_runningbufspace = bytecount;
1173 atomic_add_long(&runningbufspace, bp->b_runningbufspace);
/freebsd-current/sys/sys/
H A Dbuf.h120 int b_runningbufspace; /* when I/O is running, pipelining */ member in struct:buf
/freebsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c2323 saved_runningbufspace = bp->b_runningbufspace;
2337 bp->b_runningbufspace = saved_runningbufspace;
2339 bp->b_runningbufspace);
2474 bp->b_runningbufspace = saved_runningbufspace;
2475 atomic_add_long(&runningbufspace, bp->b_runningbufspace);
H A Dffs_vfsops.c2520 bp->b_runningbufspace = bp->b_bufsize;
2522 bp->b_runningbufspace);
/freebsd-current/sys/kern/
H A Dvfs_bio.c926 bspace = bp->b_runningbufspace;
932 bp->b_runningbufspace = 0;
2357 bp->b_runningbufspace = bp->b_bufsize;
2358 space = atomic_fetchadd_long(&runningbufspace, bp->b_runningbufspace);

Completed in 111 milliseconds