Home
last modified time | relevance | path

Searched refs:MEMCG_CHARGE_BATCH (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmemcontrol.c547 * (MEMCG_CHARGE_BATCH * nr_cpus) update events. Though this optimization
548 * will let stats be out of sync by atmost (MEMCG_CHARGE_BATCH * nr_cpus) but
560 MEMCG_CHARGE_BATCH * num_online_cpus(); in memcg_vmstats_needs_flush()
587 if (stats_updates < MEMCG_CHARGE_BATCH) in memcg_rstat_updated()
1791 * MEMCG_CHARGE_BATCH or if the local lock is already taken.
1802 if (nr_pages > MEMCG_CHARGE_BATCH || in consume_stock()
1903 * For now limit MEMCG_CHARGE_BATCH to 127 and less. In future if we in refill_stock()
1907 BUILD_BUG_ON(MEMCG_CHARGE_BATCH > S8_MAX); in refill_stock()
1911 if (nr_pages > MEMCG_CHARGE_BATCH || in refill_stock()
1929 if (stock_pages > MEMCG_CHARGE_BATCH) in refill_stock()
[all...]