Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmmzone.h390 #define NR_HIST_GENS MAX_NR_GENS macro
392 #define NR_HIST_GENS 1U macro
424 unsigned long protected[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS - 1];
426 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
427 atomic_long_t refaulted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
465 unsigned long stats[NR_HIST_GENS][NR_MM_STATS];
A Dmm_inline.h132 return seq % NR_HIST_GENS; in lru_hist_from_seq()
/linux-6.3-rc2/mm/
A Dvmscan.c3468 if (NR_HIST_GENS > 1 && last) { in reset_mm_stats()
3654 bool clear = carryover ? NR_HIST_GENS == 1 : NR_HIST_GENS > 1; in reset_ctrl_pos()
5821 } else if (seq == min_seq[type] || NR_HIST_GENS > 1) { in lru_gen_seq_show_full()
5840 if (seq == max_seq && NR_HIST_GENS == 1) { in lru_gen_seq_show_full()
5843 } else if (seq != max_seq && NR_HIST_GENS > 1) { in lru_gen_seq_show_full()

Completed in 24 milliseconds