Searched refs:bufstats (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h306 struct bufstats { struct
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c160 struct bufstats bufstats; variable in typeref:struct:bufstats
2893 bufstats.bufs_busyincore++;
2934 bufstats.bufs_incore++;
3062 * in bufstats are protected with either
3065 OSAddAtomicLong(1, &bufstats.bufs_miss);
3109 OSAddAtomicLong(1, &bufstats.bufs_vmhits);
3140 OSAddAtomicLong(1, &bufstats.bufs_miss);
3186 bufstats.bufs_eblk++;
3405 bufstats
[all...]

Completed in 24 milliseconds