Home
last modified time | relevance | path

Searched refs:nr_tests_running (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/net/bench/page_pool/
A Dtime_bench.c266 atomic_inc(&sync->nr_tests_running); in invoke_test_on_cpu_func()
281 atomic_dec(&sync->nr_tests_running); in invoke_test_on_cpu_func()
342 atomic_set(&sync->nr_tests_running, 0); in time_bench_run_concurrent()
371 while (atomic_read(&sync->nr_tests_running) < running) { in time_bench_run_concurrent()
379 while (atomic_read(&sync->nr_tests_running)) { in time_bench_run_concurrent()
A Dtime_bench.h55 atomic_t nr_tests_running; member

Completed in 3 milliseconds