Searched refs:try_random_fails (Results 1 – 1 of 1) sorted by relevance
684 let (flash, total_counts) = self.try_random_fails(total_flash_ops, total_fails); in run_perm_with_random_fails()1452 fn try_random_fails(&self, total_ops: i32, count: usize) -> (SimMultiFlash, Vec<i32>) { in try_random_fails() method