Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c176 static uint32_t buf_busycount; variable
2174 buf_busycount = 0; in bufinit()
2960 buf_busycount--; in buf_brelse()
3134 buf_busycount++; in buf_getblk()
3896 buf_busycount++; in bcleanbuf()
3927 buf_busycount--; in bcleanbuf()
3998 buf_busycount++; in buf_invalblkno()
4032 buf_busycount--; in buf_drop()
4100 buf_busycount++; in buf_acquire_locked()
4376 return buf_busycount + bufstats.bufs_iobufinuse; in count_busy_buffers()
[all …]