Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dops-common.c80 unsigned int age_weight = s->quota.weight_age; in damon_hot_score() local
103 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()
104 if (freq_weight + age_weight) in damon_hot_score()
105 hotness /= freq_weight + age_weight; in damon_hot_score()