Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dgc.h20 #define DEF_GC_THREAD_CANDIDATE_RATIO 20 /* select 20% oldest sections as candidates */ macro
Dgc.c1924 am->candidate_ratio = DEF_GC_THREAD_CANDIDATE_RATIO; in init_atgc_management()