Home
last modified time | relevance | path

Searched refs:test_stop (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/bench/
H A Datomic64-bench.c29 static bool test_stop; variable
64 while (!qatomic_read(&test_stop)) { in thread_func()
85 qatomic_set(&test_stop, true); in run_test()
H A Datomic_add-bench.c25 static bool test_stop; variable
62 while (!qatomic_read(&test_stop)) { in thread_func()
88 qatomic_set(&test_stop, true); in run_test()
H A Dqht-bench.c73 static bool test_stop; variable
219 while (!qatomic_read(&test_stop)) { in thread_func()
433 qatomic_set(&test_stop, true); in run_test()
/openbmc/linux/tools/perf/tests/shell/
H A Ddaemon.sh336 test_stop() function
519 test_stop
/openbmc/qemu/tests/qemu-iotests/
H A D030724 def test_stop(self): member in TestEIO