Home
last modified time | relevance | path

Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/linux/
Dio_uring_types.h84 struct io_uring_task { struct
86 int cached_refs;
87 const struct io_ring_ctx *last;
88 struct io_wq *io_wq;
89 struct file *registered_rings[IO_RINGFD_REG_MAX];
91 struct xarray xa;
92 struct wait_queue_head wait;
93 atomic_t in_cancel;
94 atomic_t inflight_tracked;
95 struct percpu_counter inflight;
[all …]