Searched refs:DEF_GC_THREAD_MIN_SLEEP_TIME (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/f2fs/ | ||
D | gc.h | 16 #define DEF_GC_THREAD_MIN_SLEEP_TIME 30000 /* milliseconds */ macro |
D | gc.c | 103 gc_th->min_sleep_time = DEF_GC_THREAD_MIN_SLEEP_TIME; in start_gc_thread() |