Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c323 unsigned int compl_nr; member
1299 if (ctx->submit_state.compl_nr) in io_fallback_req_func()
2176 if (ctx->submit_state.compl_nr) in ctx_flush_and_put()
2194 if (!tctx->task_list.first && locked && ctx->submit_state.compl_nr) in tctx_task_work()
2390 int i, nr = state->compl_nr; in io_submit_flush_completions()
2413 state->compl_nr = 0; in io_submit_flush_completions()
2804 state->compl_reqs[state->compl_nr++] = req; in io_req_task_complete()
2805 if (state->compl_nr == ARRAY_SIZE(state->compl_reqs)) in io_req_task_complete()
7258 state->compl_reqs[state->compl_nr++] = req; in __io_queue_sqe()
7259 if (state->compl_nr == ARRAY_SIZE(state->compl_reqs)) in __io_queue_sqe()
[all …]