Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
41248 struct io_uring_task { struct41249 int cached_refs;41250 struct xarray xa;41251 struct wait_queue_head wait;41252 const struct io_ring_ctx *last;41253 struct io_wq *io_wq;41254 struct percpu_counter inflight;41255 atomic_t inflight_tracked;41256 atomic_t in_idle;41257 spinlock_t task_lock;[all …]