Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.h67 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time()
78 static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th, in decrease_sleep_time()
Dgc.c30 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func() local
96 struct f2fs_gc_kthread *gc_th; in start_gc_thread() local
127 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in stop_gc_thread() local
135 static int select_gc_type(struct f2fs_gc_kthread *gc_th, int gc_type) in select_gc_type()