Searched refs:retry (Results 76 - 100 of 372) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dacl.c396 retry:
408 goto retry;
507 retry:
514 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dacl.c396 retry:
408 goto retry;
507 retry:
514 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.h153 int retry; member in struct:channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c503 } while (exception.retry);
557 } while (exception.retry);
853 } while (exception.retry);
951 } while (exception.retry);
1027 * therefore safely retry using a new one. We should still warn
1032 exception.retry = 1;
1042 exception.retry = 1;
1047 } while (exception.retry);
1099 } while (exception.retry);
1363 } while (exception.retry);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_verify/
H A Ddb_verify.c98 retry: if ((ret = db_env_create(&dbenv, 0)) != 0) {
195 * If we have to retry with an env with a larger
209 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c210 int retry_count, max_retries = 20; /* Max retry on a deadlock */
231 * to achieve our abort/retry operation.
233 retry:
281 * It must abort its operation, and optionally retry the
291 * Now we decide if we want to retry the operation.
293 * increment the retry count and goto retry.
301 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dseq_stat.c80 retry: if ((ret = __db_get(dbp, ip, NULL, &seq->seq_key, &data, 0)) != 0) {
87 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-firmware.c53 retry:
65 retry. */
66 IVTV_INFO("retry: file loaded was not %s (expected size %ld, got %zd)\n", fn, size, fw->size);
69 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap.c126 retry:
241 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddart_iommu.c93 retry:
107 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dktlb.S66 retry
73 /* For sun4v the ASI_ITLB_DATA_IN store and the retry
207 retry
214 /* For sun4v the ASI_DTLB_DATA_IN store and the retry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-sb1.c54 int retry, int wait)
57 smp_call_function(func, info, retry, wait);
53 sb1_on_each_cpu(void (*func) (void *info), void *info, int retry, int wait) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dunistr.c358 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o,
375 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbb_inode.c236 retry:
240 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_verify/
H A Ddb_verify.c113 retry: if ((ret = db_env_create(&dbenv, 0)) != 0) {
210 * If we have to retry with an env with a larger
224 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap.c128 retry:
243 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfremap.c177 retry:
199 goto retry;
H A Doom_kill.c442 retry:
460 goto retry;
471 * retry to allocate memory unless "p" is current
H A Dmigrate.c692 int retry = 1; local
703 for(pass = 0; pass < 10 && retry; pass++) {
704 retry = 0;
716 retry++;
737 return nr_failed + retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-s3c2410.c554 int retry; local
557 for (retry = 0; retry < adap->retries; retry++) {
564 dev_dbg(i2c->dev, "Retrying transmission (%d)\n", retry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pdc2027x.c556 int retry = 1; local
559 retry:
579 if (retry && !(bccrh == bccrhv && bccrl >= bccrlv)) {
580 retry--;
582 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmmap.c475 retry:
488 goto retry;
506 goto retry;
597 retry:
613 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dio.c179 int retry; local
194 for (retry = 0; retry < 10; retry++) {
221 if (retry == 10) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dccsflash.c389 retry: ccsflash_cmd(osh, cc, SFLASH_ST_WREN);
415 goto retry;
436 goto retry;
462 goto retry;
486 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c122 retry:
129 goto retry;
844 int retry = 3, lock_fd = -1; local
875 while (--retry) {
883 if (!retry) {
1129 retry:
1134 goto retry;

Completed in 287 milliseconds

1234567891011>>