File: io_uring_unregister_napi.3

package info (click to toggle)
liburing 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: ansic: 58,515; sh: 816; makefile: 598; cpp: 32
file content (27 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\" Copyright (C) 2022 Stefan Roesch <shr@devkernel.io>
.\"
.\" SPDX-License-Identifier: LGPL-2.0-or-later
.\"
.TH io_uring_unregister_napi 3 "November 16, 2022" "liburing-2.4" "liburing Manual"
.SH NAME
io_uring_unregister_napi \- unregister NAPI busy poll settings
.SH SYNOPSIS
.nf
.B #include <liburing.h>
.PP
.BI "int io_uring_unregister_napi(struct io_uring *" ring ","
.BI "                             struct io_uring_napi *" napi)
.PP
.fi
.SH DESCRIPTION
.PP
The
.BR io_uring_unregister_napi (3)
function unregisters the NAPI busy poll settings for subsequent operations.

.SH RETURN VALUE
On success
.BR io_uring_unregister_napi (3)
return 0. On failure they return
.BR -errno .
It also updates the napi structure with the current values.