Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/vfs/ !
H A Dvfs_bio.c176 static uint32_t buf_busycount; variable
2188 buf_busycount = 0; in bufinit()
2974 buf_busycount--; in buf_brelse()
3148 buf_busycount++; in buf_getblk()
3910 buf_busycount++; in bcleanbuf()
3941 buf_busycount--; in bcleanbuf()
4012 buf_busycount++; in buf_invalblkno()
4046 buf_busycount--; in buf_drop()
4114 buf_busycount++; in buf_acquire_locked()
4390 return buf_busycount + bufstats.bufs_iobufinuse; in count_busy_buffers()
[all …]