Lines Matching refs:timeout
432 { "timeout", required_argument, NULL, 't' },
439 int timeout = 10;
451 ret = sscanf(optarg, "%d", &timeout);
453 ksft_exit_fail_msg("Failed to parse timeout %s\n",
499 if (timeout > 0)
500 ksft_print_msg("Will run for %ds\n", timeout);
620 ksft_print_msg("Sending signals, timeout remaining: %d\n",
621 timeout);
626 /* Negative timeout means run indefinitely */
627 if (timeout < 0)
629 if (--timeout == 0)