Home
last modified time | relevance | path

Searched refs:GC_CB (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c199 gc_mode = GC_CB; in select_gc_type()
206 gc_mode = GC_CB; in select_gc_type()
278 else if (p->gc_mode == GC_CB) in get_max_cost()
347 else if (p->gc_mode == GC_CB) in get_gc_cost()
H A Dsegment.h177 * GC_CB is based on cost-benefit algorithm.
182 GC_CB = 0, enumerator
211 int gc_mode; /* GC_CB or GC_GREEDY */
H A Dfile.c2989 sm->last_victim[GC_CB] = end_segno + 1; in f2fs_ioc_flush_device()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c224 gc_mode = GC_CB; in select_gc_type()
231 gc_mode = GC_CB; in select_gc_type()
305 else if (p->gc_mode == GC_CB) in get_max_cost()
374 else if (p->gc_mode == GC_CB) in get_gc_cost()
H A Dsegment.h166 * GC_CB is based on cost-benefit algorithm.
171 GC_CB = 0, enumerator
191 int gc_mode; /* GC_CB or GC_GREEDY */
H A Dfile.c2997 sm->last_victim[GC_CB] = end_segno + 1; in f2fs_ioc_flush_device()
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h35 TRACE_DEFINE_ENUM(GC_CB); variable
122 { GC_CB, "Cost-Benefit" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h31 TRACE_DEFINE_ENUM(GC_CB); variable
116 { GC_CB, "Cost-Benefit" }, \

Completed in 21 milliseconds