Searched refs:max_erroneous (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c736 ubi->max_erroneous = ubi->peb_count / 10;
737 if (ubi->max_erroneous < 16)
738 ubi->max_erroneous = 16;
739 dbg_gen("max_erroneous %d", ubi->max_erroneous);
H A Dubi.h529 * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks
635 int max_erroneous; member in struct:ubi_device
H A Dwl.c872 if (ubi->erroneous_peb_count > ubi->max_erroneous) {

Completed in 118 milliseconds