Searched refs:MEMCG_CHARGE_BATCH (Results 1 – 2 of 2) sorted by relevance
714 MEMCG_CHARGE_BATCH * num_online_cpus(); in memcg_vmstats_needs_flush()741 if (stats_updates < MEMCG_CHARGE_BATCH) in memcg_rstat_updated()2131 if (nr_pages > MEMCG_CHARGE_BATCH || in consume_stock()2241 BUILD_BUG_ON(MEMCG_CHARGE_BATCH > S8_MAX); in refill_stock()2245 if (nr_pages > MEMCG_CHARGE_BATCH || in refill_stock()2263 if (stock_pages > MEMCG_CHARGE_BATCH) in refill_stock()2410 reclaim_high(memcg, MEMCG_CHARGE_BATCH, GFP_KERNEL); in high_work_func()2547 return penalty_jiffies * nr_pages / MEMCG_CHARGE_BATCH; in calculate_high_delay()2648 unsigned int batch = max(MEMCG_CHARGE_BATCH, nr_pages); in try_charge_memcg()2847 if (current->memcg_nr_pages_over_high > MEMCG_CHARGE_BATCH && in try_charge_memcg()[all …]
336 #define MEMCG_CHARGE_BATCH 64U macro