Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c278 struct io_sq_data { struct
279 refcount_t refs;
280 atomic_t park_pending;
281 struct mutex lock;
284 struct list_head ctx_list;
286 struct task_struct *thread;
287 struct wait_queue_head wait;
289 unsigned sq_thread_idle;
290 int sq_cpu;
291 pid_t task_pid;
[all …]