Searched refs:retry (Results 251 - 275 of 372) sorted by relevance

<<1112131415

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c527.c1484 * @retry: indicates this is not the first call.
1504 static void do_mc32_set_multicast_list(struct net_device *dev, int retry) argument
1525 if(retry==0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c462 retry:
536 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_lrw.c807 retry:
880 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c521 retry:
549 goto retry;
H A Dxfs_iomap.c678 retry:
715 * then we must have run out of space - flush delalloc, and retry..
724 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dinode.c178 retry:
193 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c1053 retry:
1062 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dhrtimer.c1017 retry:
1082 goto retry;
H A Dkprobes.c141 retry:
159 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_ads.c157 retry:
189 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c496 retry: if (txn != NULL)
519 /* If we have a child txn, retry--else it's fatal. */
524 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c481 retry: if (txn != NULL)
504 /* If we have a child txn, retry--else it's fatal. */
509 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dhugetlb.c495 retry:
519 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c1387 retry:
1396 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad.c2088 retry:
2125 goto retry;
2141 mad_send_wr->retry = 1;
2171 if (mad_send_wr->retry) {
2175 mad_send_wr->retry = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c1908 int err, retry=0; local
1938 retry:
1967 if ( errno == ENOENT && !retry) {
1971 retry = 1;
1972 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c655 retry:
692 goto retry;
734 goto retry;
1097 /* OK Still waiting. Drop the lock, wait a while and retry. */
1708 retry:
1768 goto retry;
H A Djedec_probe.c2018 retry:
2049 goto retry;
2082 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1913 int err, retry=0; local
1943 retry:
1972 if ( errno == ENOENT && !retry) {
1976 retry = 1;
1977 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.c2813 int image_size, retry; local
2819 for (retry = 0; retry < 3; ++retry) {
2820 if (retry)
2821 DBG("retry=%d\n", retry);
2928 if (retry < 3) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl1089 # Retry indicates whether the test should retry the election
1095 set retry 0
1113 set retry 1
1256 # timeout and we need to retry because we
1259 if { $unavail && $retry && $retry_cnt < $max_retry} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durldata.h420 bool retry; /* this connection is about to get closed and then member in struct:ConnectBits
607 char *newurl; /* Set to the new URL to use when a redirect or a retry is
1252 /* if true, force SSL connection retry (workaround for certain servers) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S100 bct %r6,.Lssch # dec. retry count & branch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c699 retry: pgno = PGNO_INVALID;
747 * retry on the parent cursor.
762 goto retry;
1990 retry: /* Step 1. */
2102 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c136 retry:
150 goto retry;
239 retry:
251 goto retry;

Completed in 227 milliseconds

<<1112131415