Searched refs:f2fs_gc_kthread (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | gc.h | 33 struct f2fs_gc_kthread { struct 135 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time() 150 static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th, in decrease_sleep_time()
|
H A D | sysfs.c | 550 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_urgent_sleep_time, 552 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 553 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 554 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time);
|
H A D | gc.c | 33 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func() 149 struct f2fs_gc_kthread *gc_th; in f2fs_start_gc_thread() 153 gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in f2fs_start_gc_thread() 182 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in f2fs_stop_gc_thread()
|
H A D | debug.c | 266 si->cache_mem += sizeof(struct f2fs_gc_kthread); in update_mem_info()
|
H A D | f2fs.h | 1505 struct f2fs_gc_kthread *gc_thread; /* GC thread */
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.h | 35 struct f2fs_gc_kthread { struct 125 static inline void increase_sleep_time(struct f2fs_gc_kthread *gc_th, in increase_sleep_time() 140 static inline void decrease_sleep_time(struct f2fs_gc_kthread *gc_th, in decrease_sleep_time()
|
H A D | gc.c | 34 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func() 174 struct f2fs_gc_kthread *gc_th; in f2fs_start_gc_thread() 177 gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in f2fs_start_gc_thread() 206 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in f2fs_stop_gc_thread()
|
H A D | debug.c | 290 si->cache_mem += sizeof(struct f2fs_gc_kthread); in update_mem_info()
|
H A D | sysfs.c | 861 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, name, elname)
|
H A D | f2fs.h | 1659 struct f2fs_gc_kthread *gc_thread; /* GC thread */
|
Completed in 29 milliseconds