Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.h44 unsigned int gc_wake; member
H A Dgc.c46 gc_th->gc_wake, in gc_thread_func()
53 if (gc_th->gc_wake) in gc_thread_func()
54 gc_th->gc_wake = 0; in gc_thread_func()
164 gc_th->gc_wake = 0; in f2fs_start_gc_thread()
H A Dsysfs.c462 sbi->gc_thread->gc_wake = 1; in __sbi_store()