Home
last modified time | relevance | path

Searched refs:oldest_age (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c509 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()
511 p->oldest_age = age; in atgc_lookup_victim()
578 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()
580 p->oldest_age = age; in atssr_lookup_victim()
660 p.oldest_age = 0; in get_victim_by_default()
H A Dsegment.h220 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c577 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()
579 p->oldest_age = age; in atgc_lookup_victim()
641 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()
643 p->oldest_age = age; in atssr_lookup_victim()
767 p.oldest_age = 0; in f2fs_get_victim()
H A Dsegment.h200 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member

Completed in 9 milliseconds