Searched refs:async_uring_from (Results 1 – 8 of 8) sorted by relevance
/external/crosvm/cros_async/src/ |
D | io_ext.rs | 183 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()
|
D | executor.rs | 14 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()
|
D | event.rs | 27 super::executor::async_uring_from(event, ex).map(|io_source| EventAsync { io_source }) in new_uring()
|
D | timer.rs | 32 super::executor::async_uring_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_uring()
|
/external/crosvm/common/cros_async/src/ |
D | io_ext.rs | 183 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()
|
D | executor.rs | 14 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()
|
D | event.rs | 27 super::executor::async_uring_from(event, ex).map(|io_source| EventAsync { io_source }) in new_uring()
|
D | timer.rs | 32 super::executor::async_uring_from(timer, ex).map(|io_source| TimerAsync { io_source }) in new_uring()
|