Searched refs:DEF_GC_THREAD_CANDIDATE_RATIO (Results 1 – 2 of 2) sorted by relevance
/fs/f2fs/ | ||
D | gc.h | 20 #define DEF_GC_THREAD_CANDIDATE_RATIO 20 /* select 20% oldest sections as candidates */ macro |
D | gc.c | 1958 am->candidate_ratio = DEF_GC_THREAD_CANDIDATE_RATIO; in init_atgc_management() |