Home
last modified time | relevance | path

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

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