Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.h19 #define DEF_GC_THREAD_AGE_THRESHOLD (60 * 60 * 24 * 7) macro
H A Dgc.c1969 SIT_I(sbi)->elapsed_time >= DEF_GC_THREAD_AGE_THRESHOLD) in init_atgc_management()
1979 am->age_threshold = DEF_GC_THREAD_AGE_THRESHOLD; in init_atgc_management()