Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dfutex-wake-parallel.c52 static unsigned int nblocked_threads = 0, nwaking_threads = 0; variable
61 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"),
147 threads_starting = nblocked_threads; in block_threads()
150 for (i = 0; i < nblocked_threads; i++) { in block_threads()
182 nblocked_threads, waketime_avg / USEC_PER_MSEC, in print_run()
197 nblocked_threads, in print_summary()
246 if (!nblocked_threads) in bench_futex_wake_parallel()
247 nblocked_threads = cpu->nr; in bench_futex_wake_parallel()
250 if (nwaking_threads > nblocked_threads || !nwaking_threads) in bench_futex_wake_parallel()
251 nwaking_threads = nblocked_threads; in bench_futex_wake_parallel()
[all …]