OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_cut_counter
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/mtd/ubi/
debug.c
519
if (ubi->dbg.
power_cut_counter
== 0) {
520
ubi->dbg.
power_cut_counter
= ubi->dbg.power_cut_min;
524
ubi->dbg.
power_cut_counter
+= prandom_u32() % range;
529
ubi->dbg.
power_cut_counter
--;
530
if (ubi->dbg.
power_cut_counter
)
ubi.h
375
* @
power_cut_counter
: count down for writes left until emulated power cut
398
unsigned int
power_cut_counter
;
member in struct:ubi_debug_info
[
all
...]
Completed in 200 milliseconds