Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Uring.Setup_flagsSourceFlags that can be passed to create.
See io_uring_setup_flags(7) for details.
include FLAGSA set of flags.
Asks the kernel to set "IORING_SQ_TASKRUN" when task work is available. This is used with coop_taskrun and defer_taskrun. get_cqe_nonblocking will check "IORING_SQ_TASKRUN" and automatically enter the kernel to run the tasks if needed.
On older kernels, fail rather than falling back to the older indirect submission entries system.
Similar to iopoll, but it will delay a bit before doing completion side polling, to avoid wasting too much CPU resources.
Allow the kernel to send both 16-bit and 32-bit responses (saves memory). This is an alternative to cqe32.