Home
last modified time | relevance | path

Searched defs:io_worker (Results 1 – 1 of 1) sorted by relevance

/linux/io_uring/
H A Dio-wq.c49 struct io_worker { struct
50 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 …]