Searched refs:cq_overflow_list (Results 1 – 2 of 2) sorted by relevance
364 struct list_head cq_overflow_list; member
315 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()