Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.h39 unsigned int gc_wake; member
Dgc.c39 gc_th->gc_wake, in gc_thread_func()
43 if (gc_th->gc_wake) in gc_thread_func()
44 gc_th->gc_wake = 0; in gc_thread_func()
132 gc_th->gc_wake= 0; in f2fs_start_gc_thread()
Dsysfs.c256 sbi->gc_thread->gc_wake = 1; in __sbi_store()