1io_uring_sq_space-left(3)       liburing Manual      io_uring_sq_space-left(3)
2
3
4

NAME

6       io_uring_sq_space_left - free space in the SQ ring
7

SYNOPSIS

9       #include <liburing.h>
10
11       unsigned io_uring_sq_space_left(const struct io_uring *ring);
12

DESCRIPTION

14       The  io_uring_sq_space_left(3)  function returns how much space is left
15       in the SQ ring belonging to the ring param.
16
17

RETURN VALUE

19       Returns the number of availables entries in the SQ ring.
20

SEE ALSO

22       io_uring_sq_ready(3)
23
24
25
26liburing-2.1                   January 25, 2022      io_uring_sq_space-left(3)
Impressum