io_uring_sq_space_left - Man Page
free space in the SQ ring
Synopsis
#include <liburing.h> unsigned io_uring_sq_space_left(const struct io_uring *ring);
Description
The io_uring_sq_space_left(3) function returns how much space is left in the SQ ring belonging to the ring param.
Return Value
Returns the number of availables entries in the SQ ring.
See Also
Info
January 25, 2022 liburing-2.1 liburing Manual