Searched refs:oldest_age (Results 1 – 2 of 2) sorted by relevance
511 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()513 p->oldest_age = age; in atgc_lookup_victim()580 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()582 p->oldest_age = age; in atssr_lookup_victim()662 p.oldest_age = 0; in get_victim_by_default()
193 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member