Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.h27 wait_queue_head_t gc_wait_queue_head; member
Dgc.c31 wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head; in gc_thread_func()
113 init_waitqueue_head(&sbi->gc_thread->gc_wait_queue_head); in start_gc_thread()