Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dgc.c134 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type()
138 gc_mode = GC_CB; in select_gc_type()
176 else if (p->gc_mode == GC_CB) in get_max_cost()
Dsegment.h132 GC_CB = 0, enumerator
/linux-4.1.27/include/trace/events/
Df2fs.h24 TRACE_DEFINE_ENUM(GC_CB);
104 { GC_CB, "Cost-Benefit" })