Searched refs:iou_flags (Results 1 – 1 of 1) sorted by relevance
31 int iou_flags; member1520 accept->iou_flags = READ_ONCE(sqe->ioprio); in io_accept_prep()1521 if (accept->iou_flags & ~ACCEPT_FLAGS) in io_accept_prep()1528 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT && in io_accept_prep()1536 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT) in io_accept_prep()1538 if (accept->iou_flags & IORING_ACCEPT_DONTWAIT) in io_accept_prep()1556 accept->iou_flags & IORING_ACCEPT_POLL_FIRST) in io_accept()1574 !(accept->iou_flags & IORING_ACCEPT_DONTWAIT)) { in io_accept()