Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h357 #define IORING_ACCEPT_MULTISHOT (1U << 0) macro
/openbmc/linux/io_uring/
H A Dnet.c1365 if (flags & ~IORING_ACCEPT_MULTISHOT) in io_accept_prep()
1372 if (flags & IORING_ACCEPT_MULTISHOT && in io_accept_prep()
1380 if (flags & IORING_ACCEPT_MULTISHOT) in io_accept_prep()