Home
last modified time | relevance | path

Searched refs:GC_AT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c198 gc_mode = GC_AT; in select_gc_type()
214 gc_mode = GC_AT; in select_gc_type()
255 (p->gc_mode != GC_AT && p->alloc_mode != AT_SSR) && in select_policy()
281 else if (p->gc_mode == GC_AT) in get_max_cost()
412 if (p->gc_mode == GC_AT && in add_victim_entry()
605 if (p->gc_mode == GC_AT) in lookup_victim_by_age()
664 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR); in get_victim_by_default()
H A Dsegment.h167 GC_AT, enumerator
/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h125 { GC_AT, "Age-threshold" })