Searched refs:MEMCG_NR_GENS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmmzone.h507 * per-node memcg generation counter, whose reminder (mod MEMCG_NR_GENS) indexes
538 * MEMCG_NR_GENS is set to three so that when reading the generation counter
541 #define MEMCG_NR_GENS 3 macro
548 unsigned long nr_memcgs[MEMCG_NR_GENS];
550 struct hlist_nulls_head fifo[MEMCG_NR_GENS][MEMCG_NR_BINS];
/linux-master/mm/
H A Dvmscan.c2586 #define get_memcg_gen(seq) ((seq) % MEMCG_NR_GENS)
4094 /* see the comment on MEMCG_NR_GENS */
4118 /* see the comment on MEMCG_NR_GENS */
4217 /* see the comment on MEMCG_NR_GENS */
4765 /* see the comment on MEMCG_NR_GENS */
5539 for (i = 0; i < MEMCG_NR_GENS; i++) {

Completed in 103 milliseconds