Searched defs:io_ring_ctx (Results 1 – 1 of 1) sorted by relevance
193 struct io_ring_ctx { struct195 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 …]