Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dops-common.c76 int freq_subscore; in damon_hot_score() local
83 freq_subscore = r->nr_accesses * DAMON_MAX_SUBSCORE / in damon_hot_score()
92 if (freq_subscore == 0) in damon_hot_score()
103 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()