Searched refs:lingertime (Results 1 – 2 of 2) sorted by relevance
95 int lingertime = MAXWAIT*1000; variable280 lingertime = atoi(optarg); in common_options()281 if (lingertime < 0 || lingertime > INT_MAX/1000000) { in common_options()285 lingertime *= 1000; in common_options()320 waittime = lingertime*1000; in __schedule_exit()420 if (oom_count*nores_interval < lingertime) in pinger()
90 extern int lingertime;