Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.c518 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread()
586 if (waitqueue_active(&fcc->flush_wait_queue)) in f2fs_issue_flush()
587 wake_up(&fcc->flush_wait_queue); in f2fs_issue_flush()
637 init_waitqueue_head(&fcc->flush_wait_queue); in f2fs_create_flush_cmd_control()
Df2fs.h1037 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */ member