Searched refs:UBI_IO_RETRIES (Results 1 – 3 of 3) sorted by relevance
910 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in recover_peb()1068 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb()1157 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb_st()1241 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_atomic_leb_change()
173 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()340 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
66 #define UBI_IO_RETRIES 3 macro