Searched defs:io_ring_ctx (Results 1 – 2 of 2) sorted by relevance
196 struct io_ring_ctx { struct198 struct {218 } ____cacheline_aligned_in_smp;221 struct {268 } ____cacheline_aligned_in_smp;270 struct {282 } ____cacheline_aligned_in_smp;288 struct {294 } ____cacheline_aligned_in_smp;297 struct {[all …]
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 …]