Searched refs:total_flash_ops (Results 1 – 1 of 1) sorted by relevance
687 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_fails() localVariable694 for i in 1 .. total_flash_ops { in run_perm_with_fails()699 warn!("FAIL at step {} of {}", i, total_flash_ops); in run_perm_with_fails()717 i, total_flash_ops); in run_perm_with_fails()723 error!("{} out of {} failed {:.2}%", fails, total_flash_ops, in run_perm_with_fails()724 fails as f32 * 100.0 / total_flash_ops as f32); in run_perm_with_fails()736 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_random_fails() localVariable737 let (flash, total_counts) = self.try_random_fails(total_flash_ops, total_fails); in run_perm_with_random_fails()