Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmemcontrol.c774 long x, threshold = MEMCG_CHARGE_BATCH; in __mod_memcg_state()
814 long x, threshold = MEMCG_CHARGE_BATCH; in __mod_memcg_lruvec_state()
911 if (unlikely(x > MEMCG_CHARGE_BATCH)) { in __count_memcg_events()
2255 if (nr_pages > MEMCG_CHARGE_BATCH) in consume_stock()
2330 if (stock->nr_pages > MEMCG_CHARGE_BATCH) in refill_stock()
2458 reclaim_high(memcg, MEMCG_CHARGE_BATCH, GFP_KERNEL); in high_work_func()
2595 return penalty_jiffies * nr_pages / MEMCG_CHARGE_BATCH; in calculate_high_delay()
2684 unsigned int batch = max(MEMCG_CHARGE_BATCH, nr_pages); in try_charge()
/Linux-v5.10/include/linux/
Dmemcontrol.h342 #define MEMCG_CHARGE_BATCH 32U macro