Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dpoll.c843 if (!(flags & IORING_POLL_ADD_MULTI)) in io_poll_parse_events()
860 IORING_POLL_ADD_MULTI)) in io_poll_remove_prep()
863 if (flags == IORING_POLL_ADD_MULTI) in io_poll_remove_prep()
889 if (flags & ~IORING_POLL_ADD_MULTI) in io_poll_add_prep()
891 if ((flags & IORING_POLL_ADD_MULTI) && (req->flags & REQ_F_CQE_SKIP)) in io_poll_add_prep()
/linux/tools/include/uapi/linux/
H A Dio_uring.h306 #define IORING_POLL_ADD_MULTI (1U << 0) macro
/linux/include/uapi/linux/
H A Dio_uring.h371 * IORING_POLL_ADD_MULTI Multishot poll. Sets IORING_CQE_F_MORE if
380 #define IORING_POLL_ADD_MULTI (1U << 0)
373 #define IORING_POLL_ADD_MULTI global() macro