Home
last modified time | relevance | path

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

/mm/
Dksm.c640 unsigned char age; in remove_rmap_item_from_tree() local
648 age = (unsigned char)(ksm_scan.seqnr - rmap_item->address); in remove_rmap_item_from_tree()
649 BUG_ON(age > 1); in remove_rmap_item_from_tree()
650 if (!age) in remove_rmap_item_from_tree()
Dslub.c4367 unsigned long age = jiffies - track->when; in add_location() local
4388 l->sum_time += age; in add_location()
4389 if (age < l->min_time) in add_location()
4390 l->min_time = age; in add_location()
4391 if (age > l->max_time) in add_location()
4392 l->max_time = age; in add_location()
4425 l->sum_time = age; in add_location()
4426 l->min_time = age; in add_location()
4427 l->max_time = age; in add_location()