Home
last modified time | relevance | path

Searched refs:IORING_SETUP_IOPOLL (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dio_uring.h94 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/external/crosvm/io_uring/src/
Dbindings.rs229 pub const IORING_SETUP_IOPOLL: ::std::os::raw::c_uint = 1; constant