Home
last modified time | relevance | path

Searched refs:IORING_OP_POLL_REMOVE (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dio_uring.h110 IORING_OP_POLL_REMOVE, enumerator
/external/crosvm/io_uring/src/
Dbindings.rs423 pub const IORING_OP_POLL_REMOVE: _bindgen_ty_2 = 7; constant
During.rs526 sqe.opcode = IORING_OP_POLL_REMOVE as u8; in remove_poll_fd()