Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.c564 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread()
632 if (waitqueue_active(&fcc->flush_wait_queue)) in f2fs_issue_flush()
633 wake_up(&fcc->flush_wait_queue); in f2fs_issue_flush()
682 init_waitqueue_head(&fcc->flush_wait_queue); in f2fs_create_flush_cmd_control()
H A Df2fs.h1033 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */ member