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.h450 #define IORING_ACCEPT_DONTWAIT (1U << 1) macro
/linux/io_uring/
H A Dnet.c1612 #define ACCEPT_FLAGS (IORING_ACCEPT_MULTISHOT | IORING_ACCEPT_DONTWAIT | \
1644 if (accept->iou_flags & IORING_ACCEPT_DONTWAIT) in io_accept_prep()
1680 !(accept->iou_flags & IORING_ACCEPT_DONTWAIT)) in io_accept()