Home
last modified time | relevance | path

Searched refs:no_gc_sleep_time (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.h41 unsigned int no_gc_sleep_time; member
141 if (*wait == gc_th->no_gc_sleep_time) in increase_sleep_time()
155 if (*wait == gc_th->no_gc_sleep_time) in decrease_sleep_time()
H A Dgc.c130 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
162 gc_th->no_gc_sleep_time = DEF_GC_THREAD_NOGC_SLEEP_TIME; in f2fs_start_gc_thread()
H A Dsysfs.c554 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time);
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.h43 unsigned int no_gc_sleep_time; member
131 if (*wait == gc_th->no_gc_sleep_time) in increase_sleep_time()
145 if (*wait == gc_th->no_gc_sleep_time) in decrease_sleep_time()
H A Dgc.c141 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
144 if (wait_ms == gc_th->no_gc_sleep_time) in gc_thread_func()
184 gc_th->no_gc_sleep_time = DEF_GC_THREAD_NOGC_SLEEP_TIME; in f2fs_start_gc_thread()
H A Dsysfs.c908 GC_THREAD_RW_ATTR(gc_no_gc_sleep_time, no_gc_sleep_time);

Completed in 11 milliseconds