Searched refs:MIN_NR_GENS (Results 1 – 3 of 3) sorted by relevance
3323 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 …]
93 sliding window technique is used to track at least ``MIN_NR_GENS`` and116 ``MIN_NR_GENS``. The aging promotes hot pages to the youngest
346 #define MIN_NR_GENS 2U macro