Lines Matching defs:io_ring_ctx
330 struct io_ring_ctx { struct
332 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;
394 struct list_head sqd_list;
396 unsigned long check_cq_overflow;
398 struct {
407 } ____cacheline_aligned_in_smp;
409 struct {
424 } ____cacheline_aligned_in_smp;
426 struct io_restriction restrictions;
429 struct {
442 struct {