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.h236 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()
470 wq_list_add_tail(&req->comp_list, &state->compl_reqs); in io_req_complete_defer()
H A Dio_uring.c290 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()
1127 __wq_list_for_each(node, &state->compl_reqs) { in __io_submit_flush_completions()
1146 if (!wq_list_empty(&state->compl_reqs)) { in __io_submit_flush_completions()
1147 io_free_batch_list(ctx, state->compl_reqs.first); in __io_submit_flush_completions()
1148 INIT_WQ_LIST(&state->compl_reqs); in __io_submit_flush_completions()
H A Drw.c1380 wq_list_add_tail(&req->comp_list, &ctx->submit_state.compl_reqs); in io_do_iopoll()
/linux/include/linux/
H A Dio_uring_types.h253 struct io_wq_work_list compl_reqs; member