Sha256: 1ef4a600b0c59cd5b4140444093b6bf5b4554aea771d07dd92d006797a0aa59e

Contents?: true

Size: 896 Bytes

Versions: 13

Compression:

Stored size: 896 Bytes

Contents

.\" Copyright (C) 2022 Stefan Roesch <shr@fb.com>
.\"
.\" SPDX-License-Identifier: LGPL-2.0-or-later
.\"
.TH io_uring_sq_ready 3 "January 25, 2022" "liburing-2.1" "liburing Manual"
.SH NAME
io_uring_sq_ready \- number of unconsumed or unsubmitted entries in the SQ ring
.SH SYNOPSIS
.nf
.B #include <liburing.h>
.PP
.BI "unsigned io_uring_sq_ready(const struct io_uring *" ring ");"
.fi
.SH DESCRIPTION
.PP
The
.BR io_uring_sq_ready (3)
function returns the number of unconsumed (if SQPOLL) or unsubmitted entries
that exist in the SQ ring belonging to the
.I ring
param.

Usage of this function only applies if the ring has been setup with
.B IORING_SETUP_SQPOLL,
where request submissions, and hence consumption from the SQ ring, happens
through a polling thread.

.SH RETURN VALUE
Returns the number of unconsumed or unsubmitted entries in the  SQ ring.
.SH SEE ALSO
.BR io_uring_cq_ready (3)

Version data entries

13 entries across 13 versions & 1 rubygems

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