Home
last modified time | relevance | path

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

/linux-6.14.4/fs/f2fs/
Dsegment.c571 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread()
639 if (waitqueue_active(&fcc->flush_wait_queue)) in f2fs_issue_flush()
640 wake_up(&fcc->flush_wait_queue); in f2fs_issue_flush()
689 init_waitqueue_head(&fcc->flush_wait_queue); in f2fs_create_flush_cmd_control()
Df2fs.h1047 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */ member