Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dops-common.c77 unsigned int age_in_sec; in damon_hot_score() local
86 age_in_sec = (unsigned long)r->age * c->attrs.aggr_interval / 1000000; in damon_hot_score()
87 for (age_in_log = 0; age_in_log < DAMON_MAX_AGE_IN_LOG && age_in_sec; in damon_hot_score()
88 age_in_log++, age_in_sec >>= 1) in damon_hot_score()