Home
last modified time | relevance | path

Searched refs:no_gc_sleep_time (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dgc.h126 if (*wait == gc_th->no_gc_sleep_time) in increase_sleep_time()
140 if (*wait == gc_th->no_gc_sleep_time) in decrease_sleep_time()
H A Dgc.c128 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
133 if (wait_ms == gc_th->no_gc_sleep_time) in gc_thread_func()
163 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
166 if (wait_ms == gc_th->no_gc_sleep_time) in gc_thread_func()
207 gc_th->no_gc_sleep_time = DEF_GC_THREAD_NOGC_SLEEP_TIME_ZONED; in f2fs_start_gc_thread()
213 gc_th->no_gc_sleep_time = DEF_GC_THREAD_NOGC_SLEEP_TIME; in f2fs_start_gc_thread()
H A Dsysfs.c1225 GC_THREAD_RW_ATTR(gc_no_gc_sleep_time, no_gc_sleep_time);
H A Df2fs.h1766 unsigned int no_gc_sleep_time; member