Home
last modified time | relevance | path

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

/mm/
Dslub.c3498 unsigned long age = jiffies - track->when; in add_location() local
3519 l->sum_time += age; in add_location()
3520 if (age < l->min_time) in add_location()
3521 l->min_time = age; in add_location()
3522 if (age > l->max_time) in add_location()
3523 l->max_time = age; in add_location()
3556 l->sum_time = age; in add_location()
3557 l->min_time = age; in add_location()
3558 l->max_time = age; in add_location()