Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
A Deba.c635 if (++tries > UBI_IO_RETRIES) { in recover_peb()
756 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb()
878 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb_st()
1005 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_atomic_leb_change()
A Dio.c182 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()
341 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
360 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
A Dubi.h72 #define UBI_IO_RETRIES 3 macro

Completed in 15 milliseconds