Searched refs:IORING_SQ_CQ_OVERFLOW (Results 1 – 3 of 3) sorted by relevance
451 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
577 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
575 atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in __io_cqring_overflow_flush()653 atomic_or(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in io_cqring_add_overflow()