Searched refs:f2fs_gc_kthread (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/fs/f2fs/ |
| D | gc.h | 25 struct f2fs_gc_kthread { struct 67 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()
|
| D | gc.c | 30 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func() 96 struct f2fs_gc_kthread *gc_th; in start_gc_thread() 100 gc_th = kmalloc(sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in start_gc_thread() 127 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in stop_gc_thread() 135 static int select_gc_type(struct f2fs_gc_kthread *gc_th, int gc_type) in select_gc_type()
|
| D | super.c | 205 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 206 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 207 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time); 208 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);
|
| D | debug.c | 180 si->cache_mem += sizeof(struct f2fs_gc_kthread); in update_mem_info()
|
| D | f2fs.h | 789 struct f2fs_gc_kthread *gc_thread; /* GC thread */
|