Searched refs:cq_overflow_list (Results 1 – 3 of 3) sorted by relevance
203 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) { in io_uring_show_fdinfo()
326 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()685 list_splice_init(&ctx->cq_overflow_list, &list); in io_cqring_overflow_kill()707 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()713 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()720 if (list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()814 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_event_overflow()826 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_event_overflow()
313 struct list_head cq_overflow_list; member