Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dio_uring_types.h196 struct io_ring_ctx { struct
198 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 …]
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c330 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;
[all …]