Searched defs:io_sq_data (Results 1 – 5 of 5) sorted by relevance
44790 struct io_sq_data { struct44791 refcount_t refs;44792 atomic_t park_pending;44793 struct mutex lock;44794 struct list_head ctx_list;44795 struct task_struct *thread;44796 struct wait_queue_head wait;44797 unsigned int sq_thread_idle;44798 int sq_cpu;44799 pid_t task_pid;[all …]
73560 struct io_sq_data { struct73561 refcount_t refs;73562 struct mutex lock;73563 struct list_head ctx_list;73564 struct list_head ctx_new_list;73565 struct mutex ctx_lock;73566 struct task_struct *thread;73567 struct wait_queue_head wait;
39874 struct io_sq_data { struct39875 refcount_t refs;39876 struct mutex lock;39877 struct list_head ctx_list;39878 struct list_head ctx_new_list;39879 struct mutex ctx_lock;39880 struct task_struct *thread;39881 struct wait_queue_head wait;