Home
last modified time | relevance | path

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

/openbmc/linux/mm/damon/
H A Dops-common.c78 int age_in_log, age_subscore; in damon_hot_score() local
100 age_subscore = age_in_log * DAMON_MAX_SUBSCORE / in damon_hot_score()
103 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()