Searched refs:retry (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dsmp.h24 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
25 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
H A Dwireless.h434 struct iw_param retry; member in union:iwreq_data
/bionic/libstdc++/src/
H A Done_time_construction.cpp75 retry:
84 goto retry;
/bionic/libc/netbsd/resolv/
H A Dres_data.c112 if (ores->retry != 0)
113 _nres.retry = ores->retry;
137 if (!_nres.retry)
138 _nres.retry = 4;
H A Dres_init.c235 statp->retry = RES_DFLRETRY;
634 statp->retry = i;
636 statp->retry = RES_MAXRETRY;
639 printf(";;\tattempts=%d\n", statp->retry);
731 u_int retry = 5; local
732 for (retry; retry > 0; retry--) {
H A Dres_send.c491 for (try = 0; try < statp->retry; try++) {
539 try = statp->retry;
638 } /*foreach retry*/
968 retry:
998 goto retry;
1115 retry:
1162 goto retry;
1178 goto retry;
1183 * Do not retry if the server do not understand EDNS0.
1211 goto retry;;
[all...]
/bionic/libc/unistd/
H A Dexec.c154 goto retry;
203 retry: (void)execve(bp, argv, environ);
229 * We used to retry here, but sh(1) doesn't.
/bionic/libc/private/
H A Dresolv_private.h143 int retry; /* number of times to retransmit */ member in struct:__res_state

Completed in 201 milliseconds