Searched refs:compl_reqs (Results 1 – 4 of 4) sorted by relevance
148 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()367 wq_list_add_tail(&req->comp_list, &state->compl_reqs); in io_req_complete_defer()
1210 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()1212 ctx->submit_state.compl_reqs.first = pos; in io_do_iopoll()
347 INIT_WQ_LIST(&ctx->submit_state.compl_reqs); in io_ring_ctx_alloc() 1441 __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()
203 struct io_wq_work_list compl_reqs; member