Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c379 struct list_head cq_overflow_list; member
1345 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()
1689 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
1695 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
1707 all_flushed = list_empty(&ctx->cq_overflow_list); in __io_cqring_overflow_flush()
1798 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_event_overflow()
1807 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_event_overflow()