io_uring/register.h

Source file repositories/reference/linux-study-clean/io_uring/register.h

File Facts

System
Linux kernel
Corpus path
io_uring/register.h
Extension
.h
Size
218 bytes
Lines
9
Domain
Kernel Services
Bucket
io_uring
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
#ifndef IORING_REGISTER_H
#define IORING_REGISTER_H

int io_eventfd_unregister(struct io_ring_ctx *ctx);
int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);

#endif

Annotation

Implementation Notes