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

Function io_uring_sqe_shift

src/include/liburing.h:1753–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751}
1752
1753IOURINGINLINE 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

Callers 3

io_uring_sqes_sizeFunction · 0.85
liburing_sanitize_ringFunction · 0.85
_io_uring_get_sqeFunction · 0.85

Calls 1

Tested by

no test coverage detected