Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
93 struct io_uring_task { struct95 int cached_refs;96 const struct io_ring_ctx *last;97 struct task_struct *task;98 struct io_wq *io_wq;99 struct file *registered_rings[IO_RINGFD_REG_MAX];101 struct xarray xa;102 struct wait_queue_head wait;103 atomic_t in_cancel;104 atomic_t inflight_tracked;[all …]