Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.c44 struct io_worker { struct
45 refcount_t ref;
46 unsigned flags;
47 struct hlist_nulls_node nulls_node;
48 struct list_head all_list;
49 struct task_struct *task;
50 struct io_wqe *wqe;
52 struct io_wq_work *cur_work;
53 struct io_wq_work *next_work;
54 raw_spinlock_t lock;
[all …]