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

/linux-master/drivers/mtd/ubi/
H A Deba.c897 * This function tries %UBI_IO_RETRIES before giving up.
910 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) {
1011 * This function retries %UBI_IO_RETRIES times before giving up.
1068 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) {
1157 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) {
1241 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) {
H A Dio.c173 if (retries++ < UBI_IO_RETRIES) {
340 if (retries++ < UBI_IO_RETRIES) {
H A Dubi.h66 #define UBI_IO_RETRIES 3 macro

Completed in 110 milliseconds