Searched refs:age_in_sec (Results 1 – 1 of 1) sorted by relevance
78 unsigned int age_in_sec; in damon_hot_score() local87 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()