Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

IORING_FILE_INDEX_ALLOC

If sqe->file_index is set to this for opcodes that instantiate a new direct descriptor (like openat/openat2/accept), then io_uring will allocate an available direct descriptor instead of having the application pass one in. The picked direct descriptor will be returned in cqe->res, or -ENFILE if the space is full. Available since Linux 5.19

linux.IORING_FILE_INDEX_ALLOC
pub const IORING_FILE_INDEX_ALLOC = maxInt(u32)

File

lib/std/os/linux.zig:7244

Code

pub const IORING_FILE_INDEX_ALLOC = maxInt(u32)