Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dops-common.c112 unsigned int freq_weight = s->quota.weight_nr_accesses; in damon_hot_score() local
136 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()
137 if (freq_weight + age_weight) in damon_hot_score()
138 hotness /= freq_weight + age_weight; in damon_hot_score()