Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dnet.c397 #define SENDMSG_FLAGS (IORING_RECVSEND_POLL_FIRST | IORING_RECVSEND_BUNDLE)
528 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_sendmsg()
626 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_send()
754 #define RECVMSG_FLAGS (IORING_RECVSEND_POLL_FIRST | IORING_RECV_MULTISHOT | \
982 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recvmsg()
1131 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recv()
1215 if (zc->flags & ~(IORING_RECVSEND_POLL_FIRST | IORING_RECV_MULTISHOT)) in io_recvzc_prep()
1234 (zc->flags & IORING_RECVSEND_POLL_FIRST)) in io_recvzc()
1275 #define IO_ZC_FLAGS_COMMON (IORING_RECVSEND_POLL_FIRST | IORING_RECVSEND_FIXED_BUF)
1427 (zc->flags & IORING_RECVSEND_POLL_FIRST)) in io_send_zc()
[all …]
/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h352 #define IORING_RECVSEND_POLL_FIRST (1U << 0) macro
/linux-6.15/include/uapi/linux/
H A Dio_uring.h390 #define IORING_RECVSEND_POLL_FIRST (1U << 0) macro