io_uring_unregister_buf_ring - Man Page
unregister a previously registered buffer ring
Synopsis
#include <liburing.h> int io_uring_unregister_buf_ring(struct io_uring *ring, int bgid);
Description
The io_uring_unregister_buf_ring(3) function unregisters a previously registered shared buffer ring indicated by bgid.
Return Value
On success io_uring_unregister_buf_ring(3) returns 0. On failure it returns -errno.
See Also
io_uring_register_buf_ring(3), io_uring_buf_ring_free(3)
Referenced By
May 18, 2022 liburing-2.2 liburing Manual