logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

io_uring_sq_space_left - free space in the SQ 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.

Name

       io_uring_sq_space_left - free space in the SQ ring

Return Value

       Returns the number of availables entries in the SQ ring.

See Also

io_uring_sq_ready(3)

liburing-2.1                                    January 25, 2022                       io_uring_sq_space_left(3)

Synopsis

#include<liburing.h>unsignedio_uring_sq_space_left(conststructio_uring*ring);

See Also