Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dmsg_ring.c114 if (msg->flags & IORING_MSG_RING_CQE_SKIP) in io_msg_send_fd()
143 if (msg->flags & ~IORING_MSG_RING_CQE_SKIP) in io_msg_ring_prep()
/linux-6.1.9/include/uapi/linux/
Dio_uring.h341 #define IORING_MSG_RING_CQE_SKIP (1U << 0) macro