Home
last modified time | relevance | path

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

/Linux-v6.1/mm/damon/
Dops-common.c100 int hotness; in damon_hot_score() local
122 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_hot_score()
124 hotness /= freq_weight + age_weight; in damon_hot_score()
128 hotness = hotness * DAMOS_MAX_SCORE / DAMON_MAX_SUBSCORE; in damon_hot_score()
130 return hotness; in damon_hot_score()
136 int hotness = damon_hot_score(c, r, s); in damon_cold_score() local
139 return DAMOS_MAX_SCORE - hotness; in damon_cold_score()
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dlru_sort.rst42 Its default parameters for hotness/coldness thresholds and CPU quota limit are
/Linux-v6.1/Documentation/mm/
Dslub.rst126 in order to reduce overhead and increase cache hotness of objects.