Sha256: 8ef8d23e321336a11e12318393152be06516e8f31c9ce85222bcfe75c9744684

Contents?: true

Size: 764 Bytes

Versions: 13

Compression:

Stored size: 764 Bytes

Contents

.\" Copyright (C) 2020 Jens Axboe <axboe@kernel.dk>
.\" Copyright (C) 2020 Red Hat, Inc.
.\"
.\" SPDX-License-Identifier: LGPL-2.0-or-later
.\"
.TH io_uring_queue_exit 3 "July 10, 2020" "liburing-0.7" "liburing Manual"
.SH NAME
io_uring_queue_exit \- tear down io_uring submission and completion queues
.SH SYNOPSIS
.nf
.B #include <liburing.h>
.PP
.BI "void io_uring_queue_exit(struct io_uring *" ring ");"
.fi
.SH DESCRIPTION
.PP
.BR io_uring_queue_exit (3)
will release all resources acquired and initialized by
.BR io_uring_queue_init (3).
It first unmaps the memory shared between the application and the kernel and then closes the io_uring file descriptor.
.SH RETURN VALUE
None
.SH SEE ALSO
.BR io_uring_setup (2),
.BR mmap (2),
.BR io_uring_queue_init (3)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
polyphony-1.0.1 vendor/liburing/man/io_uring_queue_exit.3
polyphony-1.0 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.6 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.5 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.4 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.3 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.2 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99.1 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.99 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.98 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.97 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.96 vendor/liburing/man/io_uring_queue_exit.3
polyphony-0.95 vendor/liburing/man/io_uring_queue_exit.3