Home
last modified time | relevance | path

Searched refs:DEF_GC_THREAD_URGENT_SLEEP_TIME (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dgc.h13 #define DEF_GC_THREAD_URGENT_SLEEP_TIME 500 /* 500 ms */ macro
H A Dgc.c181 gc_th->urgent_sleep_time = DEF_GC_THREAD_URGENT_SLEEP_TIME; in f2fs_start_gc_thread()