Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dio_uring.h232 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
/Linux-v5.15/fs/
Dio_uring.c1664 ctx->rings->sq_flags & ~IORING_SQ_CQ_OVERFLOW); in __io_cqring_overflow_flush()
1742 ctx->rings->sq_flags | IORING_SQ_CQ_OVERFLOW); in io_cqring_event_overflow()