Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 11 of 11) sorted by relevance

/kvm-unit-tests/scripts/
H A Dcommon.bash18 local timeout
31 …$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout" "$disabled_if"
47 timeout=""
85 elif [[ $line =~ ^timeout\ *=\ *(.*)$ ]]; then
86 timeout=${BASH_REMATCH[1]}
90 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
H A Druntime.bash33 …echo "TESTNAME=$testname TIMEOUT=$timeout MACHINE=$machine ACCEL=$accel $RUNTIME_arch_run $kernel …
85 local timeout="${11:-$TIMEOUT}" # unittests.cfg overrides the default
203 print_result "FAIL" $testname "" "timeout; duration=$timeout"
205 echo "not ok TEST_NUMBER - ${testname}: timeout; duration=$timeout" >&3
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash20 local timeout=${12}
23 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
39 … "$groups pv" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
/kvm-unit-tests/x86/
H A Dunittests.cfg15 timeout = 30
24 timeout = 60
126 timeout = 240
229 timeout = 180
348 timeout = 10
356 timeout = 30
365 timeout = 10
382 timeout = 10
391 timeout = 10
399 timeout = 10
[all …]
/kvm-unit-tests/powerpc/
H A Dunittests.cfg49 timeout = 5
56 timeout = 5
65 timeout = 5
/kvm-unit-tests/riscv/
H A Dsbi-sse.c732 uint64_t timeout; in sse_event_get_complete_timeout() local
736 timeout = 3000; in sse_event_get_complete_timeout()
738 timeout = strtoul(event_complete_timeout_str, NULL, 0); in sse_event_get_complete_timeout()
740 return timer_get_cycles() + usec_to_cycles(timeout); in sse_event_get_complete_timeout()
746 uint64_t timeout; in sse_test_inject_local() local
787 timeout = sse_event_get_complete_timeout(); in sse_test_inject_local()
788 while (!READ_ONCE(handler_arg->done) && timer_get_cycles() < timeout) { in sse_test_inject_local()
819 uint64_t timeout; in sse_test_inject_global_cpu() local
839 timeout = sse_event_get_complete_timeout(); in sse_test_inject_global_cpu()
840 while (!READ_ONCE(test_arg->done) && timer_get_cycles() < timeout) { in sse_test_inject_global_cpu()
[all …]
H A Dsbi.c375 unsigned long timeout = (unsigned long)data; in ipi_hart_wait() local
384 timer_start(timeout); in ipi_hart_wait()
/kvm-unit-tests/docs/
H A Dunittests.txt109 timeout
111 timeout = <duration>
113 Optional timeout in seconds, after which the test will be killed and fail. Can
/kvm-unit-tests/s390x/
H A Dunittests.cfg43 timeout = 600
112 timeout = 10
128 timeout = 20
134 timeout = 20
140 timeout = 20
146 timeout = 20
198 timeout = 5
204 timeout = 5
/kvm-unit-tests/
H A Drun_tests.sh37 TIMEOUT Timeout duration for the timeout(1) command
/kvm-unit-tests/arm/
H A Dunittests.cfg256 timeout = 10s