Searched defs:io_worker (Results 1 – 1 of 1) sorted by relevance
48 struct io_worker { struct49 refcount_t ref;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;55 struct io_wq_acct *acct;57 struct io_wq_work *cur_work;58 raw_spinlock_t lock;[all …]