Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dgc.h36 unsigned int gc_wake; member
Dgc.c36 gc_th->gc_wake, in gc_thread_func()
40 if (gc_th->gc_wake) in gc_thread_func()
41 gc_th->gc_wake = 0; in gc_thread_func()
137 gc_th->gc_wake= 0; in f2fs_start_gc_thread()
Dsysfs.c297 sbi->gc_thread->gc_wake = 1; in __sbi_store()