Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c323 unsigned int compl_nr; member
1296 if (ctx->submit_state.compl_nr) in io_fallback_req_func()
2173 if (ctx->submit_state.compl_nr) in ctx_flush_and_put()
2191 if (!tctx->task_list.first && locked && ctx->submit_state.compl_nr) in tctx_task_work()
2387 int i, nr = state->compl_nr;
2410 state->compl_nr = 0;
2799 state->compl_reqs[state->compl_nr++] = req; in io_req_task_complete()
2800 if (state->compl_nr == ARRAY_SIZE(state->compl_reqs)) in io_req_task_complete()
7084 state->compl_reqs[state->compl_nr++] = req;
7085 if (state->compl_nr
[all...]

Completed in 12 milliseconds