The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
io_uring_probe
core
sys
linux
io_uring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
) @
nogc
nothrow
struct
io_uring_probe {
ubyte
last_op
;
ubyte
ops_len
;
ushort
resv
;
uint
[
3
]
resv2
;
io_uring_probe_op
[
0
]
ops
;
}
Members
Variables
last_op
ubyte
last_op
;
last opcode supported
ops_len
ubyte
ops_len
;
length of ops[] array below
Meta
Source
See Implementation
core
sys
linux
io_uring
enums
IORING_ENTER_GETEVENTS
IORING_OFF_SQ_RING
IORING_REGISTER_BUFFERS
IORING_SETUP_IOPOLL
manifest constants
IORING_CQE_F_BUFFER
structs
io_sqring_offsets
io_uring_cqe
io_uring_params
io_uring_probe
io_uring_probe_op
io_uring_sqe