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