Home
last modified time | relevance | path

Searched refs:power_cut_counter (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mtd/ubi/
Ddebug.c682 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()
Dubi.h419 unsigned int power_cut_counter; member