Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c176 static uint32_t buf_busycount; variable
2194 buf_busycount = 0; in bufinit()
2980 buf_busycount--; in buf_brelse()
3154 buf_busycount++; in buf_getblk()
3916 buf_busycount++; in bcleanbuf()
3947 buf_busycount--; in bcleanbuf()
4018 buf_busycount++; in buf_invalblkno()
4052 buf_busycount--; in buf_drop()
4120 buf_busycount++; in buf_acquire_locked()
4396 return buf_busycount + bufstats.bufs_iobufinuse; in count_busy_buffers()
[all …]