Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c491 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) in __io_cq_lock()
505 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) in __io_cq_unlock_post()
839 lockdep_assert(ctx->int_flags & IO_RING_F_LOCKLESS_CQ); in io_add_aux_cqe()
869 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) { in io_req_post_cqe()
894 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) { in io_req_post_cqe32()
922 if ((ctx->int_flags & IO_RING_F_LOCKLESS_CQ) || (req->flags & REQ_F_REISSUE)) { in io_req_complete_post()
1146 if (ctx->int_flags & IO_RING_F_LOCKLESS_CQ) in __io_submit_flush_completions()
2989 ctx->int_flags |= IO_RING_F_LOCKLESS_CQ; in io_uring_create()
/linux/include/linux/
H A Dio_uring_types.h285 IO_RING_F_LOCKLESS_CQ = BIT(7), enumerator