Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Dgc.c37 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()
99 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
113 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
120 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
122 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
141 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()
[all …]
Dsegment.c1789 unsigned int wait_ms = dcc->min_discard_issue_time; in issue_discard_thread() local
1798 msecs_to_jiffies(wait_ms)); in issue_discard_thread()
1823 wait_ms = dpolicy.max_interval; in issue_discard_thread()
1832 wait_ms = dpolicy.min_interval; in issue_discard_thread()
1834 wait_ms = f2fs_time_to_wait(sbi, DISCARD_TIME); in issue_discard_thread()
1835 if (!wait_ms) in issue_discard_thread()
1836 wait_ms = dpolicy.mid_interval; in issue_discard_thread()
1838 wait_ms = dpolicy.max_interval; in issue_discard_thread()
1841 wait_ms = dpolicy.max_interval; in issue_discard_thread()
Df2fs.h1841 unsigned int wait_ms = 0; in f2fs_time_to_wait() local
1846 wait_ms = jiffies_to_msecs(delta); in f2fs_time_to_wait()
1848 return wait_ms; in f2fs_time_to_wait()