percpu_counter_batch 2981 fs/ext4/ext4.h #define EXT4_FREECLUSTERS_WATERMARK (4 * (percpu_counter_batch * nr_cpu_ids)) percpu_counter_batch 29 include/linux/percpu_counter.h extern int percpu_counter_batch; percpu_counter_batch 50 include/linux/percpu_counter.h return __percpu_counter_compare(fbc, rhs, percpu_counter_batch); percpu_counter_batch 55 include/linux/percpu_counter.h percpu_counter_add_batch(fbc, amount, percpu_counter_batch); percpu_counter_batch 165 lib/percpu_counter.c int percpu_counter_batch __read_mostly = 32; percpu_counter_batch 166 lib/percpu_counter.c EXPORT_SYMBOL(percpu_counter_batch); percpu_counter_batch 172 lib/percpu_counter.c percpu_counter_batch = max(32, nr*2);