Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c775 long x, threshold = MEMCG_CHARGE_BATCH; in __mod_memcg_state()
815 long x, threshold = MEMCG_CHARGE_BATCH; in __mod_memcg_lruvec_state()
912 if (unlikely(x > MEMCG_CHARGE_BATCH)) { in __count_memcg_events()
2284 if (nr_pages > MEMCG_CHARGE_BATCH) in consume_stock()
2359 if (stock->nr_pages > MEMCG_CHARGE_BATCH) in refill_stock()
2487 reclaim_high(memcg, MEMCG_CHARGE_BATCH, GFP_KERNEL); in high_work_func()
2624 return penalty_jiffies * nr_pages / MEMCG_CHARGE_BATCH; in calculate_high_delay()
2713 unsigned int batch = max(MEMCG_CHARGE_BATCH, nr_pages); in try_charge()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemcontrol.h344 #define MEMCG_CHARGE_BATCH 32U macro