Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h412 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
/linux-6.3-rc2/io_uring/
A Dio_uring.c695 atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in __io_cqring_overflow_flush()
789 atomic_or(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in io_cqring_event_overflow()

Completed in 12 milliseconds