Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.h62 wait_queue_head_t fggc_wq; /* member
H A Dgc.c36 wait_queue_head_t *fggc_wq = &sbi->gc_thread->fggc_wq; in gc_thread_func() local
52 waitqueue_active(fggc_wq) || in gc_thread_func()
56 if (test_opt(sbi, GC_MERGE) && waitqueue_active(fggc_wq)) { in gc_thread_func()
169 wake_up_all(&gc_th->fggc_wq); in gc_thread_func()
224 init_waitqueue_head(&sbi->gc_thread->fggc_wq); in f2fs_start_gc_thread()
245 wake_up_all(&gc_th->fggc_wq); in f2fs_stop_gc_thread()
H A Dsegment.c450 prepare_to_wait(&sbi->gc_thread->fggc_wq, &wait, in f2fs_balance_fs()
454 finish_wait(&sbi->gc_thread->fggc_wq, &wait); in f2fs_balance_fs()