Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c201 gc_mode = GC_GREEDY; in select_gc_type()
210 gc_mode = GC_GREEDY; in select_gc_type()
226 p->gc_mode = GC_GREEDY; in select_policy()
231 p->gc_mode = GC_GREEDY; in select_policy()
276 if (p->gc_mode == GC_GREEDY) in get_max_cost()
345 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
H A Dsegment.h178 * GC_GREEDY is based on greedy algorithm.
183 GC_GREEDY, enumerator
211 int gc_mode; /* GC_CB or GC_GREEDY */
H A Dfile.c2990 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c226 gc_mode = GC_GREEDY; in select_gc_type()
235 gc_mode = GC_GREEDY; in select_gc_type()
251 p->gc_mode = GC_GREEDY; in select_policy()
256 p->gc_mode = GC_GREEDY; in select_policy()
303 if (p->gc_mode == GC_GREEDY) in get_max_cost()
372 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
H A Dsegment.h167 * GC_GREEDY is based on greedy algorithm.
172 GC_GREEDY, enumerator
191 int gc_mode; /* GC_CB or GC_GREEDY */
H A Dfile.c2998 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h34 TRACE_DEFINE_ENUM(GC_GREEDY); variable
121 { GC_GREEDY, "Greedy" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h30 TRACE_DEFINE_ENUM(GC_GREEDY); variable
115 { GC_GREEDY, "Greedy" }, \

Completed in 31 milliseconds