Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dgc.c31 unsigned int wait_ms; in gc_thread_func() local
33 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
40 msecs_to_jiffies(wait_ms)); in gc_thread_func()
52 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
78 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
87 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
93 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
95 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
101 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
103 trace_f2fs_background_gc(sbi->sb, wait_ms, in gc_thread_func()
Dsegment.c1592 unsigned int wait_ms = DEF_MIN_DISCARD_ISSUE_TIME; in issue_discard_thread() local
1604 msecs_to_jiffies(wait_ms)); in issue_discard_thread()
1616 wait_ms = dpolicy.max_interval; in issue_discard_thread()
1628 wait_ms = dpolicy.min_interval; in issue_discard_thread()
1630 wait_ms = dpolicy.mid_interval; in issue_discard_thread()
1632 wait_ms = dpolicy.max_interval; in issue_discard_thread()
/linux-4.19.296/include/trace/events/
Df2fs.h560 TP_PROTO(struct super_block *sb, unsigned int wait_ms,
563 TP_ARGS(sb, wait_ms, prefree, free),
567 __field(unsigned int, wait_ms)
574 __entry->wait_ms = wait_ms;
581 __entry->wait_ms,