Searched defs:io_worker (Results 1 – 2 of 2) sorted by relevance
47 struct io_worker { struct48 refcount_t ref;49 int create_index;50 unsigned long flags;51 struct hlist_nulls_node nulls_node;52 struct list_head all_list;53 struct task_struct *task;54 struct io_wq *wq;56 struct io_wq_work *cur_work;57 struct io_wq_work *next_work;[all …]
41 struct io_worker { struct42 refcount_t ref;43 unsigned flags;44 struct hlist_nulls_node nulls_node;45 struct list_head all_list;46 struct task_struct *task;47 struct io_wqe *wqe;49 struct io_wq_work *cur_work;50 spinlock_t lock;52 struct completion ref_done;[all …]