Searched refs:gc_idle (Results 1 – 5 of 5) sorted by relevance
35 unsigned int gc_idle; member
107 gc_th->gc_idle = 0; in start_gc_thread()136 if (gc_th && gc_th->gc_idle) { in select_gc_type()137 if (gc_th->gc_idle == 1) in select_gc_type()139 else if (gc_th->gc_idle == 2) in select_gc_type()
199 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);215 ATTR_LIST(gc_idle),
22 What: /sys/fs/f2fs/<disk>/gc_idle
188 gc_idle This parameter controls the selection of victim189 policy for garbage collection. Setting gc_idle = 0191 gc_idle = 1 will select the Cost Benefit approach192 & setting gc_idle = 2 will select the greedy aproach.