Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dvmscan.c4941 if (get_nr_gens(lruvec, type) == MIN_NR_GENS) in scan_folios()
5195 if (min_seq[!can_swap] + MIN_NR_GENS > max_seq) { in should_run_aging()
5214 else if (seq + MIN_NR_GENS == max_seq) in should_run_aging()
5227 if (min_seq[!can_swap] + MIN_NR_GENS < max_seq) in should_run_aging()
5237 if (young * MIN_NR_GENS > total) in should_run_aging()
5239 if (old * (MIN_NR_GENS + 2) < total) in should_run_aging()
5942 if (seq + MIN_NR_GENS > max_seq) in run_eviction()
6115 lrugen->max_seq = MIN_NR_GENS + 1; in lru_gen_init_lruvec()
6118 for (i = 0; i <= MIN_NR_GENS + 1; i++) in lru_gen_init_lruvec()
6124 lruvec->mm_state.seq = MIN_NR_GENS; in lru_gen_init_lruvec()
[all …]
/linux-6.3-rc2/Documentation/mm/
A 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.3-rc2/include/linux/
A Dmmzone.h338 #define MIN_NR_GENS 2U macro

Completed in 21 milliseconds