Searched refs:MEMCG_CHARGE_BATCH (Results 1 – 2 of 2) sorted by relevance
573 MEMCG_CHARGE_BATCH * num_online_cpus(); in memcg_vmstats_needs_flush()590 if (stats_updates < MEMCG_CHARGE_BATCH) in memcg_rstat_updated()1803 if (nr_pages > MEMCG_CHARGE_BATCH) in consume_stock()1886 if (stock_pages > MEMCG_CHARGE_BATCH) in __refill_stock()2006 reclaim_high(memcg, MEMCG_CHARGE_BATCH, GFP_KERNEL); in high_work_func()2143 return penalty_jiffies * nr_pages / MEMCG_CHARGE_BATCH; in calculate_high_delay()2247 unsigned int batch = max(MEMCG_CHARGE_BATCH, nr_pages); in try_charge_memcg()2431 if (current->memcg_nr_pages_over_high > MEMCG_CHARGE_BATCH && in try_charge_memcg()4993 BUILD_BUG_ON(MEMCG_CHARGE_BATCH > S32_MAX / PAGE_SIZE); in mem_cgroup_init()
319 #define MEMCG_CHARGE_BATCH 64U macro