Searched defs:URingExecutor (Results 1 – 5 of 5) sorted by relevance
278 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 …]
17 ex: &URingExecutor, in async_uring_from()
56 async fn this_test(ex: &URingExecutor) -> () { in one_shot()
711 pub struct URingExecutor { struct715 impl URingExecutor { implementation
103 URingExecutor(uring_executor::Error), enumerator