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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c160 struct bufstats bufstats; variable in typeref:struct:bufstats
2917 bufstats.bufs_busyincore++;
2958 bufstats.bufs_incore++;
3086 * in bufstats are protected with either
3089 OSAddAtomicLong(1, &bufstats.bufs_miss);
3133 OSAddAtomicLong(1, &bufstats.bufs_vmhits);
3164 OSAddAtomicLong(1, &bufstats.bufs_miss);
3210 bufstats.bufs_eblk++;
3429 bufstats
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h333 struct bufstats { struct

Completed in 80 milliseconds