Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
464 struct io_uring_task { struct466 int cached_refs;467 struct xarray xa;468 struct wait_queue_head wait;469 const struct io_ring_ctx *last;470 struct io_wq *io_wq;471 struct percpu_counter inflight;472 atomic_t inflight_tracked;473 atomic_t in_idle;475 spinlock_t task_lock;[all …]