Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dio_uring_types.h193 struct io_ring_ctx { struct
195 struct {
209 } ____cacheline_aligned_in_smp;
212 struct {
253 } ____cacheline_aligned_in_smp;
256 struct io_wq_work_list locked_free_list;
257 unsigned int locked_free_nr;
259 const struct cred *sq_creds; /* cred used for __io_sq_thread() */
260 struct io_sq_data *sq_data; /* if using sq thread polling */
262 struct wait_queue_head sqo_sq_wait;
[all …]