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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h180 #define BUF_MAX_GC_BATCH_SIZE 64 /* Under a single grab of the lock */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c4283 * for deep sleep), we only evict up to BUF_MAX_GC_BATCH_SIZE buffers
4298 (found < BUF_MAX_GC_BATCH_SIZE)) {
4391 } while (all && (found == BUF_MAX_GC_BATCH_SIZE));

Completed in 16 milliseconds