io_uring_sq_space_left - free space in the SQ ring

NAME  SYNOPSIS  DESCRIPTION  RETURN VALUE  SEE ALSO 

NAME

io_uring_sq_space_left − 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

io_uring_sq_ready(3)


Updated 2024-01-29 - jenkler.se | uex.se