Lines Matching defs:io_worker
45 struct io_worker { struct
46 refcount_t ref;
47 unsigned flags;
48 struct hlist_nulls_node nulls_node;
49 struct list_head all_list;
50 struct task_struct *task;
51 struct io_wq *wq;
53 struct io_wq_work *cur_work;
54 struct io_wq_work *next_work;
55 raw_spinlock_t lock;
57 struct completion ref_done;
59 unsigned long create_state;
60 struct callback_head create_work;
61 int create_index;
63 union {
862 bool (*func)(struct io_worker *, void *), in io_wq_for_each_worker()