Searched defs:io_worker (Results 1 – 1 of 1) sorted by relevance
46 struct io_worker { struct47 refcount_t ref;48 unsigned long flags;50 struct list_head all_list;51 struct task_struct *task;52 struct io_wq *wq;53 struct io_wq_acct *acct;56 raw_spinlock_t lock;58 struct completion ref_done;62 int init_retries;[all …]