Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dops-common.c117 int hotness; in damon_hot_score() local
143 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()
145 hotness /= freq_weight + age_weight; in damon_hot_score()
149 hotness = hotness * DAMOS_MAX_SCORE / DAMON_MAX_SUBSCORE; in damon_hot_score()
150 hotness = max(min(hotness, DAMOS_MAX_SCORE), 0); in damon_hot_score()
152 return hotness; in damon_hot_score()
158 int hotness = damon_hot_score(c, r, s); in damon_cold_score() local
161 return DAMOS_MAX_SCORE - hotness; in damon_cold_score()
/linux/Documentation/admin-guide/mm/damon/
H A Dstart.rst71 The first line of the output shows the relative access temperature (hotness) of
/linux/Documentation/admin-guide/mm/
H A Dslab.rst125 in order to reduce overhead and increase cache hotness of objects.