Searched refs:oldest_age (Results 1 – 2 of 2) sorted by relevance
605 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()607 p->oldest_age = age; in atgc_lookup_victim()668 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()670 p->oldest_age = age; in atssr_lookup_victim()800 p.oldest_age = 0; in f2fs_get_victim()
168 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member