Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c176 static uint32_t buf_busycount; variable
2357 buf_busycount = 0; in bufinit()
3145 buf_busycount--; in buf_brelse()
3319 buf_busycount++; in buf_getblk()
4081 buf_busycount++; in bcleanbuf()
4112 buf_busycount--; in bcleanbuf()
4183 buf_busycount++; in buf_invalblkno()
4217 buf_busycount--; in buf_drop()
4285 buf_busycount++; in buf_acquire_locked()
4563 return buf_busycount + bufstats.bufs_iobufinuse; in count_busy_buffers()
[all …]