Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dio_uring.h202 #define IORING_SQ_CQ_OVERFLOW (1U << 1) /* CQ ring is overflown */ macro
/Linux-v5.10/fs/
Dio_uring.c1593 ctx->rings->sq_flags &= ~IORING_SQ_CQ_OVERFLOW; in io_cqring_mark_overflow()
1716 ctx->rings->sq_flags |= IORING_SQ_CQ_OVERFLOW; in __io_cqring_fill_event()