Home
last modified time | relevance | path

Searched refs:hotness (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/mm/damon/
H A Dops-common.c81 int hotness; in damon_hot_score() local
103 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()
105 hotness /= freq_weight + age_weight; in damon_hot_score()
109 hotness = hotness * DAMOS_MAX_SCORE / DAMON_MAX_SUBSCORE; in damon_hot_score()
111 return hotness; in damon_hot_score()
117 int hotness = damon_hot_score(c, r, s); in damon_cold_score() local
120 return DAMOS_MAX_SCORE - hotness; in damon_cold_score()

Completed in 1 milliseconds