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