Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.h50 wait_queue_head_t gc_wait_queue_head; member
H A Dgc.c35 wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head; in gc_thread_func()
220 init_waitqueue_head(&sbi->gc_thread->gc_wait_queue_head); in f2fs_start_gc_thread()
H A Dsegment.c452 wake_up(&sbi->gc_thread->gc_wait_queue_head); in f2fs_balance_fs()