Lines Matching defs:io_worker
50 struct io_worker { struct
51 refcount_t ref;
52 unsigned flags;
53 struct hlist_nulls_node nulls_node;
54 struct list_head all_list;
55 struct task_struct *task;
56 struct io_wqe *wqe;
58 struct io_wq_work *cur_work;
59 spinlock_t lock;
61 struct rcu_head rcu;
62 struct mm_struct *mm;
64 struct cgroup_subsys_state *blkcg_css;
66 const struct cred *cur_creds;
67 const struct cred *saved_creds;
68 struct files_struct *restore_files;
69 struct nsproxy *restore_nsproxy;
70 struct fs_struct *restore_fs;
746 bool (*func)(struct io_worker *, void *), in io_wq_for_each_worker()