Searched refs:max_sleep_time (Results 1 – 4 of 4) sorted by relevance
124 unsigned int max_time = gc_th->max_sleep_time; in increase_sleep_time()141 *wait = gc_th->max_sleep_time; in decrease_sleep_time()
134 wait_ms = gc_th->max_sleep_time; in gc_thread_func()206 gc_th->max_sleep_time = DEF_GC_THREAD_MAX_SLEEP_TIME_ZONED; in f2fs_start_gc_thread()212 gc_th->max_sleep_time = DEF_GC_THREAD_MAX_SLEEP_TIME; in f2fs_start_gc_thread()
1224 GC_THREAD_RW_ATTR(gc_max_sleep_time, max_sleep_time);
1765 unsigned int max_sleep_time; member