Lines Matching defs:io_worker
46 struct io_worker { struct
47 refcount_t ref;
48 unsigned long flags;
49 struct hlist_nulls_node nulls_node;
50 struct list_head all_list;
51 struct task_struct *task;
52 struct io_wq *wq;
53 struct io_wq_acct *acct;
55 struct io_wq_work *cur_work;
56 raw_spinlock_t lock;
58 struct completion ref_done;
60 unsigned long create_state;
61 struct callback_head create_work;
62 int init_retries;
64 union {
894 bool (*func)(struct io_worker *, void *), in io_acct_for_each_worker()
915 bool (*func)(struct io_worker *, void *), in io_wq_for_each_worker()