Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dvmscan.c3323 return get_nr_gens(lruvec, LRU_GEN_FILE) >= MIN_NR_GENS && in seq_is_valid()
4406 while (min_seq[type] + MIN_NR_GENS <= lrugen->max_seq) { in try_to_inc_min_seq()
5014 if (get_nr_gens(lruvec, type) == MIN_NR_GENS) in scan_folios()
5187 if (get_nr_gens(lruvec, !swappiness) == MIN_NR_GENS) in evict_folios()
5269 if (min_seq[!can_swap] + MIN_NR_GENS > max_seq) { in should_run_aging()
5288 else if (seq + MIN_NR_GENS == max_seq) in should_run_aging()
5301 if (min_seq[!can_swap] + MIN_NR_GENS < max_seq) in should_run_aging()
5311 if (young * MIN_NR_GENS > total) in should_run_aging()
5313 if (old * (MIN_NR_GENS + 2) < total) in should_run_aging()
6013 if (seq + MIN_NR_GENS > max_seq) in run_eviction()
[all …]
/Linux-v6.6/Documentation/mm/
Dmultigen_lru.rst93 sliding window technique is used to track at least ``MIN_NR_GENS`` and
116 ``MIN_NR_GENS``. The aging promotes hot pages to the youngest
/Linux-v6.6/include/linux/
Dmmzone.h346 #define MIN_NR_GENS 2U macro