Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dvmscan.c3180 return get_nr_gens(lruvec, LRU_GEN_FILE) >= MIN_NR_GENS && in seq_is_valid()
4279 while (min_seq[type] + MIN_NR_GENS <= lrugen->max_seq) { in try_to_inc_min_seq()
4455 else if (seq + MIN_NR_GENS == max_seq) in should_run_aging()
4468 if (min_seq[!can_swap] + MIN_NR_GENS > max_seq) in should_run_aging()
4470 if (min_seq[!can_swap] + MIN_NR_GENS < max_seq) in should_run_aging()
4480 if (young * MIN_NR_GENS > total) in should_run_aging()
4482 if (old * (MIN_NR_GENS + 2) < total) in should_run_aging()
4828 if (get_nr_gens(lruvec, type) == MIN_NR_GENS) in scan_folios()
5002 if (get_nr_gens(lruvec, !swappiness) == MIN_NR_GENS) in evict_folios()
5107 return min_seq[!can_swap] + MIN_NR_GENS <= max_seq ? nr_to_scan : 0; in get_nr_to_scan()
[all …]
/linux-6.1.9/Documentation/mm/
Dmultigen_lru.rst93 sliding window technique is used to track at least ``MIN_NR_GENS`` and
115 ``MIN_NR_GENS``. The aging promotes hot pages to the youngest
/linux-6.1.9/include/linux/
Dmmzone.h337 #define MIN_NR_GENS 2U macro