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_sqe_set_buf_group - set buf group for submission queue event

Description

       The io_uring_sqe_set_buf_group(3) function sets the associated buf_group of the sqe to bgid.

       After  the  caller  has  requested  a  submission  queue  entry  (SQE) with io_uring_get_sqe(3), they can
       associate a buf_group with the SQE used for multishot operations.

Name

       io_uring_sqe_set_buf_group - set buf group for submission queue event

Return Value

       None

See Also

io_uring_get_sqe(3), io_uring_cqe_set_data(3)

liburing-2.9                                    December 9, 2024                   io_uring_sqe_set_buf_group(3)

Synopsis

#include<liburing.h>voidio_uring_sqe_set_buf_group(structio_uring_sqe*sqe,intbgid);

See Also