Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c176 static uint32_t buf_busycount; variable
2167 buf_busycount = 0; in bufinit()
2953 buf_busycount--; in buf_brelse()
3127 buf_busycount++; in buf_getblk()
3887 buf_busycount++; in bcleanbuf()
3918 buf_busycount--; in bcleanbuf()
3989 buf_busycount++; in buf_invalblkno()
4023 buf_busycount--; in buf_drop()
4091 buf_busycount++; in buf_acquire_locked()
4364 return buf_busycount + bufstats.bufs_iobufinuse; in count_busy_buffers()
[all …]