Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h191 #define BUF_MAX_GC_BATCH_SIZE 64 /* Under a single grab of the lock */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c4844 (found < BUF_MAX_GC_BATCH_SIZE)) { in buffer_cache_gc()
4935 } while (all && (found == BUF_MAX_GC_BATCH_SIZE)); in buffer_cache_gc()