Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.h145 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time() argument
148 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() argument
163 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()