Searched defs:flush_cmd_control (Results 1 – 1 of 1) sorted by relevance
1036 struct flush_cmd_control { struct1037 struct task_struct *f2fs_issue_flush; /* flush thread */1038 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */1039 atomic_t issued_flush; /* # of issued flushes */1040 atomic_t queued_flush; /* # of queued flushes */1041 struct llist_head issue_list; /* list for command issue */1042 struct llist_node *dispatch_list; /* list for command dispatch */