Searched refs:retry (Results 1 – 8 of 8) sorted by relevance
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
24 retry: in __cxa_guard_acquire()31 goto retry; in __cxa_guard_acquire()
111 if (ores->retry != 0) in res_init()112 _nres.retry = ores->retry; in res_init()136 if (!_nres.retry) in res_init()137 _nres.retry = 4; in res_init()
228 statp->retry = RES_DFLRETRY; in __res_vinit()630 statp->retry = i; in res_setoptions()632 statp->retry = RES_MAXRETRY; in res_setoptions()635 printf(";;\tattempts=%d\n", statp->retry); in res_setoptions()
484 for (try = 0; try < statp->retry; try++) { in res_nsend()532 try = statp->retry; in res_nsend()
153 goto retry; in execvp()202 retry: (void)execve(bp, argv, environ); in execvp()
143 int retry; /* number of times to retransmit */ member