Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dnet.c270 if (sr->flags & ~IORING_RECVSEND_POLL_FIRST) in io_sendmsg_prep()
307 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_sendmsg()
374 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_send()
556 #define RECVMSG_FLAGS (IORING_RECVSEND_POLL_FIRST | IORING_RECV_MULTISHOT)
754 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recvmsg()
852 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recv()
950 #define IO_ZC_FLAGS_COMMON (IORING_RECVSEND_POLL_FIRST | IORING_RECVSEND_FIXED_BUF)
1113 (zc->flags & IORING_RECVSEND_POLL_FIRST)) in io_send_zc()
1202 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_sendmsg_zc()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h316 #define IORING_RECVSEND_POLL_FIRST (1U << 0) macro

Completed in 10 milliseconds