Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h309 #define IORING_POLL_ADD_LEVEL (1U << 3) macro
/linux/include/uapi/linux/
H A Dio_uring.h383 #define IORING_POLL_ADD_LEVEL (1U << 3) macro
/linux/io_uring/
H A Dpoll.c847 if (!(flags & IORING_POLL_ADD_LEVEL)) in io_poll_parse_events()