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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h181 #define BUF_MAX_GC_BATCH_SIZE 64 /* Under a single grab of the lock */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c4315 * for deep sleep), we only evict up to BUF_MAX_GC_BATCH_SIZE buffers
4330 (found < BUF_MAX_GC_BATCH_SIZE)) {
4423 } while (all && (found == BUF_MAX_GC_BATCH_SIZE));

Completed in 63 milliseconds