Searched defs:async_cancel (Results 1 – 3 of 3) sorted by relevance
69 int async_cancel) in __test()152 int async_cancel = (!i % 2); in test() local
94 static int start_cancel(struct io_uring *ring, int do_partial, int async_cancel) in start_cancel()130 int async_cancel) in test_io_cancel()
614 pub fn async_cancel(&self, addr: UserData, user_data: UserData) -> Result<()> { in async_cancel() method