Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.c321 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread()
379 wake_up(&fcc->flush_wait_queue); in f2fs_issue_flush()
395 init_waitqueue_head(&fcc->flush_wait_queue); in create_flush_cmd_control()
Df2fs.h596 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */ member