dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
io_sqring_offsets
core
sys
linux
io_uring
Filled with the offset for mmap(2)
version(linux)
extern (
C
) @
nogc
nothrow
struct
io_sqring_offsets {
uint
head
;
uint
tail
;
uint
ring_mask
;
uint
ring_entries
;
uint
flags
;
uint
dropped
;
uint
array
;
uint
resv1
;
ulong
resv2
;
}
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
Filled with the offset for mmap(2)