Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dio_uring.h439 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
/Linux-v6.6/io_uring/
Dio_uring.c719 atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in __io_cqring_overflow_flush()
813 atomic_or(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in io_cqring_event_overflow()