Searched defs:io_ring_ctx (Results 1 – 1 of 1) sorted by relevance
330 struct io_ring_ctx { struct332 struct {343 } ____cacheline_aligned_in_smp;346 struct {384 } ____cacheline_aligned_in_smp;387 struct list_head locked_free_list;388 unsigned int locked_free_nr;390 const struct cred *sq_creds; /* cred used for __io_sq_thread() */391 struct io_sq_data *sq_data; /* if using sq thread polling */393 struct wait_queue_head sqo_sq_wait;[all …]