Home
last modified time | relevance | path

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

/qemu/tests/bench/
H A Dqht-bench.c47 static unsigned int n_rw_threads = 1; variable
266 th_create_n(&rw_threads, &rw_info, "rw", do_rw, 0, n_rw_threads); in create_threads()
267 th_create_n(&rz_threads, &rz_info, "rz", do_rz, n_rw_threads, n_rz_threads); in create_threads()
274 printf(" # of threads: %u\n", n_rw_threads); in pr_params()
395 add_stats(&s, rw_info, n_rw_threads); in pr_stats()
420 printf(" Throughput/thread: %.2f MT/s/thread\n", tx / n_rw_threads); in pr_stats()
427 while (qatomic_read(&n_ready_threads) != n_rw_threads + n_rz_threads) { in run_test()
435 for (i = 0; i < n_rw_threads; i++) { in run_test()
479 n_rw_threads = atoi(optarg); in parse_args()