Searched defs:flush_cmd_control (Results 1 – 2 of 2) sorted by relevance
964 struct flush_cmd_control { struct965 struct task_struct *f2fs_issue_flush; /* flush thread */966 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */967 atomic_t issued_flush; /* # of issued flushes */968 atomic_t queued_flush; /* # of queued flushes */969 struct llist_head issue_list; /* list for command issue */970 struct llist_node *dispatch_list; /* list for command dispatch */
1031 struct flush_cmd_control { struct1032 struct task_struct *f2fs_issue_flush; /* flush thread */1033 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */1034 atomic_t issued_flush; /* # of issued flushes */1035 atomic_t queued_flush; /* # of queued flushes */1036 struct llist_head issue_list; /* list for command issue */1037 struct llist_node *dispatch_list; /* list for command dispatch */