Home
last modified time | relevance | path

Searched defs:URingExecutor (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/cros_async/src/
During_source.rs278 async fn go(ex: &URingExecutor) { in readvec()
296 async fn go(ex: &URingExecutor) { in readmulti()
335 async fn write_event(ev: EventFd, wait: EventFd, ex: &URingExecutor) { in event()
345 async fn read_events(ev: EventFd, signal: EventFd, ex: &URingExecutor) { in event()
374 async fn do_test(ex: &URingExecutor) { in pend_on_pipe()
396 async fn go(ex: &URingExecutor) { in readmem()
446 async fn go(ex: &URingExecutor) { in range_error()
470 async fn go(ex: &URingExecutor) { in fallocate()
503 async fn go(ex: &URingExecutor) { in fsync()
515 async fn go(ex: &URingExecutor) { in wait_read()
[all …]
Dexecutor.rs17 ex: &URingExecutor, in async_uring_from()
Dtimer.rs56 async fn this_test(ex: &URingExecutor) -> () { in one_shot()
During_executor.rs711 pub struct URingExecutor { struct
715 impl URingExecutor { implementation
Dlib.rs103 URingExecutor(uring_executor::Error), enumerator