Lines Matching defs:io_worker
41 struct io_worker { struct
42 refcount_t ref;
43 unsigned flags;
44 struct hlist_nulls_node nulls_node;
45 struct list_head all_list;
46 struct task_struct *task;
47 struct io_wqe *wqe;
49 struct io_wq_work *cur_work;
50 spinlock_t lock;
52 struct completion ref_done;
54 unsigned long create_state;
55 struct callback_head create_work;
56 int create_index;
58 union {
772 bool (*func)(struct io_worker *, void *), in io_wq_for_each_worker()