Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
461 struct io_uring_task { struct463 int cached_refs;464 struct xarray xa;465 struct wait_queue_head wait;466 const struct io_ring_ctx *last;467 struct io_wq *io_wq;468 struct percpu_counter inflight;469 atomic_t inflight_tracked;470 atomic_t in_idle;472 spinlock_t task_lock;[all …]
Completed in 29 milliseconds