Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
112 struct io_uring_task { struct114 int cached_refs;115 const struct io_ring_ctx *last;116 struct task_struct *task;117 struct io_wq *io_wq;118 struct file *registered_rings[IO_RINGFD_REG_MAX];120 struct xarray xa;121 struct wait_queue_head wait;122 atomic_t in_cancel;123 atomic_t inflight_tracked;[all …]