Searched refs:UBI_IO_RETRIES (Results 1 – 3 of 3) sorted by relevance
655 if (++tries > UBI_IO_RETRIES) { in recover_peb()776 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb()898 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb_st()1025 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_atomic_leb_change()
186 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()358 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()377 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
75 #define UBI_IO_RETRIES 3 macro