Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dio_uring_types.h52 struct io_uring_task { struct
54 int cached_refs;
55 const struct io_ring_ctx *last;
56 struct io_wq *io_wq;
59 struct xarray xa;
60 struct wait_queue_head wait;
61 atomic_t in_cancel;
62 atomic_t inflight_tracked;
63 struct percpu_counter inflight;
65 struct { /* task_work */
[all …]