Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dmsg_ring.c110 if (msg->flags & IORING_MSG_RING_CQE_SKIP) in io_msg_send_fd()
139 if (msg->flags & ~IORING_MSG_RING_CQE_SKIP) in io_msg_ring_prep()
/Linux-v6.1/include/uapi/linux/
Dio_uring.h323 #define IORING_MSG_RING_CQE_SKIP (1U << 0) macro