Lines Matching defs:timeout
86 static int max_etime_cnt = 21; /* ~60 sec max timeout if no connection */
142 int timeout;
211 int ret = poll(&pfd, 1, i->timeout);
290 tst_brk(TFAIL, "client requests timeout %d times, last timeout %dms",
291 i->etime_cnt, i->timeout);
292 /* Increase timeout in poll up to 3.2 sec */
293 if (i->timeout < 3000)
294 i->timeout <<= 1;
388 inf.timeout = wait_timeout;
554 inf.timeout = wait_timeout;
864 tst_brk(TBROK, "Invalid wait timeout '%s'", Targ);
866 tst_brk(TBROK, "Invalid busy poll timeout'%s'", barg);
920 tst_res(TINFO, "maximum allowed timeout errors %d", max_etime_cnt);
1008 {"b:", &barg, "Low latency busy poll timeout"},
1020 {"m:", &Targ, "Receive timeout in milliseconds (not used by UDP/DCCP client)"},