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

/linux-master/include/linux/
H A Dio_uring_types.h203 struct io_wq_work_list compl_reqs; member in struct:io_submit_state
/linux-master/io_uring/
H A Dio_uring.h366 wq_list_add_tail(&req->comp_list, &state->compl_reqs);
H A Drw.c1201 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs)))
1203 ctx->submit_state.compl_reqs.first = pos;
H A Dio_uring.c179 if (!wq_list_empty(&ctx->submit_state.compl_reqs) ||
346 INIT_WQ_LIST(&ctx->submit_state.compl_reqs);
1582 __wq_list_for_each(node, &state->compl_reqs) {
1599 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) {
1600 io_free_batch_list(ctx, state->compl_reqs.first);
1601 INIT_WQ_LIST(&state->compl_reqs);

Completed in 115 milliseconds