MCPcopy Create free account
hub / github.com/axboe/liburing / io_uring_cqe_shift

Function io_uring_cqe_shift

src/include/liburing.h:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431IOURINGINLINE 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
437IOURINGINLINE unsigned io_uring_cqe_nr(const struct io_uring_cqe *cqe)
438{

Callers 2

io_uring_peek_batch_cqe_Function · 0.85
liburing.hFile · 0.85

Calls 1

Tested by

no test coverage detected