Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c137 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type()
141 gc_mode = GC_CB; in select_gc_type()
179 else if (p->gc_mode == GC_CB) in get_max_cost()
Dsegment.h133 GC_CB = 0, enumerator
/linux-4.4.14/include/trace/events/
Df2fs.h28 TRACE_DEFINE_ENUM(GC_CB);
109 { GC_CB, "Cost-Benefit" })