Home
last modified time | relevance | path

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

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