Searched refs:UBI_IO_RETRIES (Results 1 – 3 of 3) sorted by relevance
635 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()
182 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()
72 #define UBI_IO_RETRIES 3 macro
Completed in 15 milliseconds