Searched refs:gc_th (Results 1 – 1 of 1) sorted by relevance
145 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time() argument148 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time()149 unsigned int max_time = gc_th->max_sleep_time; in increase_sleep_time()151 if (*wait == gc_th->no_gc_sleep_time) in increase_sleep_time()160 static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th, in decrease_sleep_time() argument163 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time()165 if (*wait == gc_th->no_gc_sleep_time) in decrease_sleep_time()166 *wait = gc_th->max_sleep_time; in decrease_sleep_time()