Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dmsg_ring.c18 #define IORING_MSG_RING_MASK (IORING_MSG_RING_CQE_SKIP | \
195 if (msg->flags & IORING_MSG_RING_CQE_SKIP) in io_msg_install_complete()
/Linux-v6.6/include/uapi/linux/
Dio_uring.h373 #define IORING_MSG_RING_CQE_SKIP (1U << 0) macro