Searched refs:freq_weight (Results 1 – 1 of 1) sorted by relevance
112 unsigned int freq_weight = s->quota.weight_nr_accesses; in damon_hot_score() local136 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()