Home
last modified time | relevance | path

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

/Linux-v6.1/mm/damon/
Dops-common.c96 unsigned int age_in_sec; in damon_hot_score() local
105 age_in_sec = (unsigned long)r->age * c->attrs.aggr_interval / 1000000; in damon_hot_score()
106 for (age_in_log = 0; age_in_log < DAMON_MAX_AGE_IN_LOG && age_in_sec; in damon_hot_score()
107 age_in_log++, age_in_sec >>= 1) in damon_hot_score()