Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/ !
Dgc.h35 wait_queue_head_t gc_wait_queue_head; member
Dsysfs.c502 &sbi->gc_thread->gc_wait_queue_head); in __sbi_store()
512 &sbi->gc_thread->gc_wait_queue_head); in __sbi_store()
Dgc.c35 wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head; in gc_thread_func()
190 init_waitqueue_head(&sbi->gc_thread->gc_wait_queue_head); in f2fs_start_gc_thread()
Dsegment.c398 wake_up(&sbi->gc_thread->gc_wait_queue_head); in f2fs_balance_fs()