Home
last modified time | relevance | path

Searched refs:gc_idle (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/f2fs/
Dgc.h35 unsigned int gc_idle; member
Dgc.c107 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()
Dsuper.c199 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);
215 ATTR_LIST(gc_idle),
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-f2fs22 What: /sys/fs/f2fs/<disk>/gc_idle
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt188 gc_idle This parameter controls the selection of victim
189 policy for garbage collection. Setting gc_idle = 0
191 gc_idle = 1 will select the Cost Benefit approach
192 & setting gc_idle = 2 will select the greedy aproach.