Searched defs:io_sq_data (Results 1 – 1 of 1) sorted by relevance
42035 struct io_sq_data { struct42036 refcount_t refs;42037 atomic_t park_pending;42038 struct mutex lock;42039 struct list_head ctx_list;42040 struct task_struct *thread;42041 struct wait_queue_head wait;42042 unsigned int sq_thread_idle;42043 int sq_cpu;42044 pid_t task_pid;[all …]