Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dnet.c32 int iou_flags; member
1579 accept->iou_flags = READ_ONCE(sqe->ioprio); in io_accept_prep()
1580 if (accept->iou_flags & ~ACCEPT_FLAGS) in io_accept_prep()
1587 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT && in io_accept_prep()
1595 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT) in io_accept_prep()
1597 if (accept->iou_flags & IORING_ACCEPT_DONTWAIT) in io_accept_prep()
1615 accept->iou_flags & IORING_ACCEPT_POLL_FIRST) in io_accept()
1633 !(accept->iou_flags & IORING_ACCEPT_DONTWAIT)) in io_accept()