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