Searched refs:IORING_POLL_ADD_LEVEL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/ | ||
D | io_uring.h | 269 #define IORING_POLL_ADD_LEVEL (1U << 3) macro |
/linux-6.1.9/io_uring/ | ||
D | poll.c | 898 if (!(flags & IORING_POLL_ADD_LEVEL)) in io_poll_parse_events() |