Searched defs:io_sq_data (Results 1 – 1 of 1) 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 …]