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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Deba.c564 if (++tries > UBI_IO_RETRIES) {
680 if (err || ++tries > UBI_IO_RETRIES) {
801 if (err || ++tries > UBI_IO_RETRIES) {
912 if (err || ++tries > UBI_IO_RETRIES) {
H A Dubi.h74 #define UBI_IO_RETRIES 3 macro
H A Dio.c165 if (read != len && retries++ < UBI_IO_RETRIES) {
308 if (retries++ < UBI_IO_RETRIES) {
327 if (retries++ < UBI_IO_RETRIES) {

Completed in 54 milliseconds