Lines Matching defs:BATCH_COUNT
85 #define BATCH_COUNT 128
245 * The goal is to collect the oldest BATCH_COUNT filepaths and filesizes from
248 * BATCH_COUNT entries, and once it is full, simply ignore any further files
252 * of files to be processed the memory requirement is fixed at BATCH_COUNT
255 * The oldest subset of BATCH_COUNT files are sorted into the cd->batch
267 * if we are over the limit, start deleting up to BATCH_COUNT files working back
291 BATCH_COUNT, "cache_trim");
343 if (lds->batch_in_use == BATCH_COUNT) {
450 * if we collected BATCH_COUNT files of the average size,
454 capacity = avg * BATCH_COUNT;