Searched refs:uring_executor (Results 1 – 4 of 4) sorted by relevance
72 mod uring_executor; module86 pub use uring_executor::URingExecutor;103 URingExecutor(uring_executor::Error),137 if uring_executor::use_uring() { in run_one()
35 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()
10 use crate::uring_executor::use_uring;
14 use crate::uring_executor::{Error, RegisteredSource, Result, URingExecutor};483 crate::io_ext::Error::Uring(crate::uring_executor::Error::Io(io_err)) => { in fallocate()