Home
last modified time | relevance | path

Searched refs:uring_executor (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/cros_async/src/
Dlib.rs72 mod uring_executor; module
86 pub use uring_executor::URingExecutor;
103 URingExecutor(uring_executor::Error),
137 if uring_executor::use_uring() { in run_one()
Dio_ext.rs35 Uring(crate::uring_executor::Error),
39 impl From<crate::uring_executor::Error> for Error {
40 fn from(err: crate::uring_executor::Error) -> Self { in from()
Dexecutor.rs10 use crate::uring_executor::use_uring;
During_source.rs14 use crate::uring_executor::{Error, RegisteredSource, Result, URingExecutor};
483 crate::io_ext::Error::Uring(crate::uring_executor::Error::Io(io_err)) => { in fallocate()