Lines Matching refs:wait_ms
37 unsigned int wait_ms; in gc_thread_func() local
43 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
53 msecs_to_jiffies(wait_ms)); in gc_thread_func()
70 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
101 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
115 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
124 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
128 if (wait_ms == gc_th->no_gc_sleep_time) in gc_thread_func()
129 wait_ms = gc_th->max_sleep_time; in gc_thread_func()
133 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
137 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
158 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
161 if (wait_ms == gc_th->no_gc_sleep_time) in gc_thread_func()
162 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
168 trace_f2fs_background_gc(sbi->sb, wait_ms, in gc_thread_func()