Lines Matching defs:io_worker
44 struct io_worker { struct
45 refcount_t ref;
46 unsigned flags;
47 struct hlist_nulls_node nulls_node;
48 struct list_head all_list;
49 struct task_struct *task;
50 struct io_wqe *wqe;
52 struct io_wq_work *cur_work;
53 struct io_wq_work *next_work;
54 raw_spinlock_t lock;
56 struct completion ref_done;
58 unsigned long create_state;
59 struct callback_head create_work;
60 int create_index;
62 union {
849 bool (*func)(struct io_worker *, void *), in io_wq_for_each_worker()