Searched refs:f2fs_gc_kthread (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | gc.h | 25 struct f2fs_gc_kthread { struct 68 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time() 83 static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th, in decrease_sleep_time()
|
| D | sysfs.c | 438 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_urgent_sleep_time, 440 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 441 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 442 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time);
|
| D | gc.c | 26 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func() 122 struct f2fs_gc_kthread *gc_th; in f2fs_start_gc_thread() 126 gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in f2fs_start_gc_thread() 154 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in f2fs_stop_gc_thread()
|
| D | debug.c | 242 si->cache_mem += sizeof(struct f2fs_gc_kthread); in update_mem_info()
|
| D | f2fs.h | 1287 struct f2fs_gc_kthread *gc_thread; /* GC thread */
|