Home
last modified time | relevance | path

Searched refs:cq_overflow_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/io_uring/
Dfdinfo.c208 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) { in io_uring_show_fdinfo()
Dio_uring.c324 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()
682 list_splice_init(&ctx->cq_overflow_list, &list); in io_cqring_overflow_kill()
704 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
710 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
717 if (list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
811 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_event_overflow()
823 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_event_overflow()
/Linux-v6.6/include/linux/
Dio_uring_types.h313 struct list_head cq_overflow_list; member