Searched refs:power_cut_counter (Results 1 – 2 of 2) sorted by relevance
682 if (ubi->dbg.power_cut_counter == 0) { in ubi_dbg_power_cut()683 ubi->dbg.power_cut_counter = ubi->dbg.power_cut_min; in ubi_dbg_power_cut()687 ubi->dbg.power_cut_counter += get_random_u32_below(range); in ubi_dbg_power_cut()692 ubi->dbg.power_cut_counter--; in ubi_dbg_power_cut()693 if (ubi->dbg.power_cut_counter) in ubi_dbg_power_cut()
419 unsigned int power_cut_counter; member