Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h111 struct io_uring_task { struct
113 int cached_refs;
114 const struct io_ring_ctx *last;
115 struct task_struct *task;
116 struct io_wq *io_wq;
117 struct file *registered_rings[IO_RINGFD_REG_MAX];
119 struct xarray xa;
120 struct wait_queue_head wait;
121 atomic_t in_cancel;
122 atomic_t inflight_tracked;
[all …]