Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dio_uring.h404 #define IORING_ACCEPT_DONTWAIT (1U << 1) macro
/linux/io_uring/
H A Dnet.c1521 #define ACCEPT_FLAGS (IORING_ACCEPT_MULTISHOT | IORING_ACCEPT_DONTWAIT | \
1553 if (accept->iou_flags & IORING_ACCEPT_DONTWAIT) in io_accept_prep()
1589 !(accept->iou_flags & IORING_ACCEPT_DONTWAIT)) { in io_accept()