Searched refs:gc_idle (Results 1 – 5 of 5) sorted by relevance
35 unsigned int gc_idle; member
110 gc_th->gc_idle = 0; in start_gc_thread()139 if (gc_th && gc_th->gc_idle) { in select_gc_type()140 if (gc_th->gc_idle == 1) in select_gc_type()142 else if (gc_th->gc_idle == 2) in select_gc_type()
208 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);226 ATTR_LIST(gc_idle),
22 What: /sys/fs/f2fs/<disk>/gc_idle
191 gc_idle This parameter controls the selection of victim192 policy for garbage collection. Setting gc_idle = 0194 gc_idle = 1 will select the Cost Benefit approach195 & setting gc_idle = 2 will select the greedy aproach.