Searched refs:test_time_sec (Results 1 – 1 of 1) sorted by relevance
1158 ulong test_time_sec = 20; in do_stressapptest() local1168 if (strict_strtoul(argv[1], 0, &test_time_sec) < 0) in do_stressapptest()1170 if (test_time_sec < 1) in do_stressapptest()1171 test_time_sec = 20; in do_stressapptest()1195 test_time_us = (u64)test_time_sec * 1000000; in do_stressapptest()