| 429 | } |
| 430 | |
| 431 | IOURINGINLINE unsigned io_uring_cqe_shift(const struct io_uring *ring) |
| 432 | LIBURING_NOEXCEPT |
| 433 | { |
| 434 | return io_uring_cqe_shift_from_flags(ring->flags); |
| 435 | } |
| 436 | |
| 437 | IOURINGINLINE unsigned io_uring_cqe_nr(const struct io_uring_cqe *cqe) |
| 438 | { |
no test coverage detected