Searched refs:lingertime (Results 1 – 3 of 3) sorted by relevance
29 int lingertime = MAXWAIT*1000; variable385 lingertime = atoi(optarg); in common_options()386 if (lingertime < 0 || lingertime > INT_MAX/1000000) { in common_options()390 lingertime *= 1000; in common_options()427 waittime = lingertime*1000; in __schedule_exit()548 if (oom_count*nores_interval < lingertime) in pinger()
147 extern int lingertime;
439 So, retry for a finite time... let is be lingertime. Fair? Me.