Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h373 #define IORING_MSG_RING_CQE_SKIP (1U << 0) macro