Searched defs:io_worker (Results 1 – 1 of 1) 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 raw_spinlock_t lock;[all …]