Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c323 unsigned int compl_nr; member
1299 if (ctx->submit_state.compl_nr) in io_fallback_req_func()
2164 if (ctx->submit_state.compl_nr) in ctx_flush_and_put()
2182 if (!tctx->task_list.first && locked && ctx->submit_state.compl_nr) in tctx_task_work()
2375 int i, nr = state->compl_nr; in io_submit_flush_completions()
2398 state->compl_nr = 0; in io_submit_flush_completions()
2739 state->compl_reqs[state->compl_nr++] = req; in io_req_task_complete()
2740 if (state->compl_nr == ARRAY_SIZE(state->compl_reqs)) in io_req_task_complete()
6890 state->compl_reqs[state->compl_nr++] = req; in __io_queue_sqe()
6891 if (state->compl_nr == ARRAY_SIZE(state->compl_reqs)) in __io_queue_sqe()
[all …]