Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
86 struct io_uring_task { struct88 int cached_refs;89 const struct io_ring_ctx *last;90 struct io_wq *io_wq;91 struct file *registered_rings[IO_RINGFD_REG_MAX];93 struct xarray xa;94 struct wait_queue_head wait;95 atomic_t in_cancel;96 atomic_t inflight_tracked;97 struct percpu_counter inflight;[all …]