Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
Dio-wq.c45 struct io_worker { struct
46 refcount_t ref;
47 unsigned flags;
48 struct hlist_nulls_node nulls_node;
49 struct list_head all_list;
50 struct task_struct *task;
51 struct io_wq *wq;
53 struct io_wq_work *cur_work;
54 struct io_wq_work *next_work;
55 raw_spinlock_t lock;
[all …]
/kernel/linux/linux-5.10/io_uring/
Dio-wq.c41 struct io_worker { struct
42 refcount_t ref;
43 unsigned flags;
44 struct hlist_nulls_node nulls_node;
45 struct list_head all_list;
46 struct task_struct *task;
47 struct io_wqe *wqe;
49 struct io_wq_work *cur_work;
50 spinlock_t lock;
52 struct completion ref_done;
[all …]