Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h237 ctx->submit_state.cq_flush) in io_submit_flush_completions()
278 ctx->submit_state.cq_flush = true; in io_defer_get_uncommited_cqe()
H A Dio_uring.c840 ctx->submit_state.cq_flush = true; in io_add_aux_cqe()
871 ctx->submit_state.cq_flush = true; in io_req_post_cqe()
896 ctx->submit_state.cq_flush = true; in io_req_post_cqe32()
1154 ctx->submit_state.cq_flush = false; in __io_submit_flush_completions()
/linux/include/linux/
H A Dio_uring_types.h258 bool cq_flush; member