Searched defs:io_sq_data (Results 1 – 2 of 2) sorted by relevance
3 struct io_sq_data { struct25 void io_sq_thread_stop(struct io_sq_data *sqd); argument
278 struct io_sq_data { struct279 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 …]