Home
last modified time | relevance | path

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

/mm/damon/
Dcore.c46 region->age = 0; in damon_new_region()
552 s->min_age_region <= r->age && r->age <= s->max_age_region; in __damos_valid_target()
641 r->age = 0; in damon_do_apply_schemes()
752 l->age = (l->age * sz_l + r->age * sz_r) / (sz_l + sz_r); in damon_merge_two_regions()
771 r->age = 0; in damon_merge_regions_of()
773 r->age++; in damon_merge_regions_of()
822 new->age = r->age; in damon_split_region_at()
Dprmtv-common.c102 age_in_sec = (unsigned long)r->age * c->aggr_interval / 1000000; in damon_pageout_score()
/mm/
Dslub.c5142 unsigned long age = jiffies - track->when; in add_location() local
5163 l->sum_time += age; in add_location()
5164 if (age < l->min_time) in add_location()
5165 l->min_time = age; in add_location()
5166 if (age > l->max_time) in add_location()
5167 l->max_time = age; in add_location()
5200 l->sum_time = age; in add_location()
5201 l->min_time = age; in add_location()
5202 l->max_time = age; in add_location()
Dksm.c795 unsigned char age; in remove_rmap_item_from_tree() local
803 age = (unsigned char)(ksm_scan.seqnr - rmap_item->address); in remove_rmap_item_from_tree()
804 BUG_ON(age > 1); in remove_rmap_item_from_tree()
805 if (!age) in remove_rmap_item_from_tree()