Searched refs:compl_reqs (Results 1 – 4 of 4) sorted by relevance
163 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()412 wq_list_add_tail(&req->comp_list, &state->compl_reqs); in io_req_complete_defer()
366 INIT_WQ_LIST(&ctx->submit_state.compl_reqs); in io_ring_ctx_alloc()857 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) in io_req_post_cqe()1436 __wq_list_for_each(node, &state->compl_reqs) { in __io_submit_flush_completions()1458 if (!wq_list_empty(&state->compl_reqs)) { in __io_submit_flush_completions()1459 io_free_batch_list(ctx, state->compl_reqs.first); in __io_submit_flush_completions()1460 INIT_WQ_LIST(&state->compl_reqs); in __io_submit_flush_completions()
1371 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()1373 ctx->submit_state.compl_reqs.first = pos; in io_do_iopoll()
221 struct io_wq_work_list compl_reqs; member