Searched refs:retry (Results 1 – 8 of 8) sorted by relevance
22 retry: in __cxa_guard_acquire()31 goto retry; in __cxa_guard_acquire()
17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
428 struct iw_param retry; member
112 if (ores->retry != 0) in res_init()113 _nres.retry = ores->retry; in res_init()137 if (!_nres.retry) in res_init()138 _nres.retry = 4; in res_init()
233 statp->retry = RES_DFLRETRY; in __res_vinit()632 statp->retry = i; in res_setoptions()634 statp->retry = RES_MAXRETRY; in res_setoptions()637 printf(";;\tattempts=%d\n", statp->retry); in res_setoptions()
483 for (try = 0; try < statp->retry; try++) { in res_nsend()531 try = statp->retry; in res_nsend()
154 goto retry; in execvp()203 retry: (void)execve(bp, argv, environ); in execvp()
143 int retry; /* number of times to retransmit */ member