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