Searched defs:io_worker (Results 1 – 1 of 1) sorted by relevance
50 struct io_worker { struct51 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;[all …]