Home
last modified time | relevance | path

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

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