Home
last modified time | relevance | path

Searched refs:async_uring_from (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/cros_async/src/
Dio_ext.rs183 executor::{async_poll_from, async_uring_from},
310 let uring_source = async_uring_from(f, &uring_ex).unwrap(); in readvec()
335 let uring_source = async_uring_from(f, &ex).unwrap(); in writevec()
378 let uring_source = async_uring_from(f, &ex).unwrap(); in readmem()
407 let uring_source = async_uring_from(f, &ex).unwrap(); in writemem()
422 let source = async_uring_from(async_source, &ex).unwrap(); in read_u64s()
446 let uring_source = async_uring_from(eventfd, &ex).unwrap(); in read_eventfds()
Dexecutor.rs14 pub(crate) fn async_uring_from<'a, F: IntoAsync + Send + 'a>( in async_uring_from() function
144 Executor::Uring(ex) => async_uring_from(f, ex), in async_from()
Devent.rs27 super::executor::async_uring_from(event, ex).map(|io_source| EventAsync { io_source }) in new_uring()
Dtimer.rs32 super::executor::async_uring_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_uring()
/external/crosvm/common/cros_async/src/
Dio_ext.rs183 executor::{async_poll_from, async_uring_from},
310 let uring_source = async_uring_from(f, &uring_ex).unwrap(); in readvec()
335 let uring_source = async_uring_from(f, &ex).unwrap(); in writevec()
378 let uring_source = async_uring_from(f, &ex).unwrap(); in readmem()
407 let uring_source = async_uring_from(f, &ex).unwrap(); in writemem()
422 let source = async_uring_from(async_source, &ex).unwrap(); in read_u64s()
446 let uring_source = async_uring_from(eventfd, &ex).unwrap(); in read_eventfds()
Dexecutor.rs14 pub(crate) fn async_uring_from<'a, F: IntoAsync + Send + 'a>( in async_uring_from() function
144 Executor::Uring(ex) => async_uring_from(f, ex), in async_from()
Devent.rs27 super::executor::async_uring_from(event, ex).map(|io_source| EventAsync { io_source }) in new_uring()
Dtimer.rs32 super::executor::async_uring_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_uring()