Searched refs:UBI_IO_RETRIES (Results 1 – 3 of 3) sorted by relevance
913 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in recover_peb()1062 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb()1151 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb_st()1235 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_atomic_leb_change()
173 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()328 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
66 #define UBI_IO_RETRIES 3 macro