Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h248 #define IORING_CQ_EVENTFD_DISABLED (1U << 0) macro
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1619 if (READ_ONCE(ctx->rings->cq_flags) & IORING_CQ_EVENTFD_DISABLED) in io_should_trigger_evfd()