Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h364 struct list_head cq_overflow_list; member
/linux/io_uring/
H A Dio_uring.c315 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()
632 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
636 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
663 if (list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
743 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_event_overflow()
755 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_event_overflow()