| 1751 | } |
| 1752 | |
| 1753 | IOURINGINLINE unsigned io_uring_sqe_shift(const struct io_uring *ring) |
| 1754 | LIBURING_NOEXCEPT |
| 1755 | { |
| 1756 | return io_uring_sqe_shift_from_flags(ring->flags); |
| 1757 | } |
| 1758 | |
| 1759 | /* |
| 1760 | * Only applicable when using SQPOLL - allows the caller to wait for space |
no test coverage detected