Home
last modified time | relevance | path

Searched refs:DEF_GC_THREAD_VALID_THRESH_RATIO (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dgc.h28 #define DEF_GC_THREAD_VALID_THRESH_RATIO 80 /* do not GC over 80% valid block ratio for one time GC… macro
H A Dgc.c204 gc_th->valid_thresh_ratio = DEF_GC_THREAD_VALID_THRESH_RATIO; in f2fs_start_gc_thread()