Searched refs:age_weight (Results 1 – 1 of 1) sorted by relevance
80 unsigned int age_weight = s->quota.weight_age; in damon_hot_score() local103 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()