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.h250 ctx->submit_state.cq_flush) in io_submit_flush_completions()
291 ctx->submit_state.cq_flush = true; in io_defer_get_uncommited_cqe()
H A Dio_uring.c846 ctx->submit_state.cq_flush = true; in io_add_aux_cqe()
877 ctx->submit_state.cq_flush = true; in io_req_post_cqe()
902 ctx->submit_state.cq_flush = true; in io_req_post_cqe32()
1162 ctx->submit_state.cq_flush = false; in __io_submit_flush_completions()
/linux/include/linux/
H A Dio_uring_types.h263 bool cq_flush; member