Searched refs:cq_overflow_list (Results 1 – 1 of 1) sorted by relevance
286 struct list_head cq_overflow_list; member1166 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()1590 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_mark_overflow()1635 if (list_empty_careful(&ctx->cq_overflow_list)) in io_cqring_overflow_flush()1649 list_for_each_entry_safe(req, tmp, &ctx->cq_overflow_list, compl.list) { in io_cqring_overflow_flush()1713 if (list_empty(&ctx->cq_overflow_list)) { in __io_cqring_fill_event()1722 list_add_tail(&req->compl.list, &ctx->cq_overflow_list); in __io_cqring_fill_event()2249 if (noflush && !list_empty(&ctx->cq_overflow_list)) in io_cqring_events()6551 if (!list_empty(&ctx->cq_overflow_list) && in io_submit_sqes()8972 if (!list_empty_careful(&ctx->cq_overflow_list)) in SYSCALL_DEFINE6()