f2fs_gc_kthread   242 fs/f2fs/debug.c 		si->cache_mem += sizeof(struct f2fs_gc_kthread);
f2fs_gc_kthread  1288 fs/f2fs/f2fs.h 	struct f2fs_gc_kthread	*gc_thread;	/* GC thread */
f2fs_gc_kthread    26 fs/f2fs/gc.c   	struct f2fs_gc_kthread *gc_th = sbi->gc_thread;
f2fs_gc_kthread   122 fs/f2fs/gc.c   	struct f2fs_gc_kthread *gc_th;
f2fs_gc_kthread   126 fs/f2fs/gc.c   	gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL);
f2fs_gc_kthread   154 fs/f2fs/gc.c   	struct f2fs_gc_kthread *gc_th = sbi->gc_thread;
f2fs_gc_kthread    68 fs/f2fs/gc.h   static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th,
f2fs_gc_kthread    83 fs/f2fs/gc.h   static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th,
f2fs_gc_kthread   438 fs/f2fs/sysfs.c F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_urgent_sleep_time,
f2fs_gc_kthread   440 fs/f2fs/sysfs.c F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time);
f2fs_gc_kthread   441 fs/f2fs/sysfs.c F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time);
f2fs_gc_kthread   442 fs/f2fs/sysfs.c F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time);