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