Searched refs:IORING_RECVSEND_POLL_FIRST (Results 1 – 3 of 3) sorted by relevance
420 #define SENDMSG_FLAGS (IORING_RECVSEND_POLL_FIRST | IORING_RECVSEND_BUNDLE | IORING_SEND_VECTORIZED)563 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_sendmsg()661 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_send()786 #define RECVMSG_FLAGS (IORING_RECVSEND_POLL_FIRST | IORING_RECV_MULTISHOT | \1035 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recvmsg()1190 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_recv()1271 if (zc->flags & ~(IORING_RECVSEND_POLL_FIRST | IORING_RECV_MULTISHOT)) in io_recvzc_prep()1290 (zc->flags & IORING_RECVSEND_POLL_FIRST)) in io_recvzc()1330 #define IO_ZC_FLAGS_COMMON (IORING_RECVSEND_POLL_FIRST | IORING_RECVSEND_FIXED_BUF)1501 (sr->flags & IORING_RECVSEND_POLL_FIRST)) in io_sendmsg_zc()
352 #define IORING_RECVSEND_POLL_FIRST (1U << 0) macro
437 #define IORING_RECVSEND_POLL_FIRST (1U << 0) macro