Searched refs:MIN_NR_GENS (Results 1 – 4 of 4) 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()5019 if (get_nr_gens(lruvec, type) == MIN_NR_GENS) in scan_folios()5192 if (get_nr_gens(lruvec, !swappiness) == MIN_NR_GENS) in evict_folios()5274 if (min_seq[!can_swap] + MIN_NR_GENS > max_seq) { in should_run_aging()5293 else if (seq + MIN_NR_GENS == max_seq) in should_run_aging()5311 if (min_seq[!can_swap] + MIN_NR_GENS < max_seq) in should_run_aging()5321 if (young * MIN_NR_GENS > total) in should_run_aging()5323 if (old * (MIN_NR_GENS + 2) < total) in should_run_aging()6048 if (seq + MIN_NR_GENS > max_seq) in run_eviction()[all …]
251 else if (reclaiming || lrugen->min_seq[type] + MIN_NR_GENS >= lrugen->max_seq) in lru_gen_add_folio()
346 #define MIN_NR_GENS 2U macro
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