Home
last modified time | relevance | path

Searched refs:compl_reqs (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dio_uring.h148 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()
H A Drw.c1210 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()
H A Dio_uring.c347 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()
/linux/include/linux/
H A Dio_uring_types.h203 struct io_wq_work_list compl_reqs; member