Searched defs:io_uring_task (Results 1 – 1 of 1) sorted by relevance
43994 struct io_uring_task { struct43995 int cached_refs;43996 struct xarray xa;43997 struct wait_queue_head wait;43998 const struct io_ring_ctx *last;43999 struct io_wq *io_wq;44000 struct percpu_counter inflight;44001 atomic_t inflight_tracked;44002 atomic_t in_idle;44003 spinlock_t task_lock;[all …]