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

/linux-master/include/linux/
H A Dmmzone.h408 #define NR_HIST_GENS MAX_NR_GENS macro
410 #define NR_HIST_GENS 1U macro
442 unsigned long protected[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS - 1];
444 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
445 atomic_long_t refaulted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
479 unsigned long stats[NR_HIST_GENS][NR_MM_STATS];
H A Dmm_inline.h133 return seq % NR_HIST_GENS;
/linux-master/mm/
H A Dvmscan.c2908 if (NR_HIST_GENS > 1 && last) {
3051 bool clear = carryover ? NR_HIST_GENS == 1 : NR_HIST_GENS > 1;
5242 } else if (seq == min_seq[type] || NR_HIST_GENS > 1) {
5264 if (seq == max_seq && NR_HIST_GENS == 1) {
5267 } else if (seq != max_seq && NR_HIST_GENS > 1) {

Completed in 184 milliseconds