Searched defs:io_worker (Results 1 – 1 of 1) sorted by relevance
49 struct io_worker { struct50 refcount_t ref;51 unsigned long flags;52 struct hlist_nulls_node nulls_node;53 struct list_head all_list;54 struct task_struct *task;55 struct io_wq *wq;56 struct io_wq_acct *acct;58 struct io_wq_work *cur_work;59 raw_spinlock_t lock;[all …]