Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dpoll.c898 if (!(flags & IORING_POLL_ADD_MULTI)) in io_poll_parse_events()
915 IORING_POLL_ADD_MULTI)) in io_poll_remove_prep()
918 if (flags == IORING_POLL_ADD_MULTI) in io_poll_remove_prep()
944 if (flags & ~IORING_POLL_ADD_MULTI) in io_poll_add_prep()
946 if ((flags & IORING_POLL_ADD_MULTI) && (req->flags & REQ_F_CQE_SKIP)) in io_poll_add_prep()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h294 #define IORING_POLL_ADD_MULTI (1U << 0) macro