nblocked_threads 52 tools/perf/bench/futex-wake-parallel.c static unsigned int nblocked_threads = 0, nwaking_threads = 0; nblocked_threads 61 tools/perf/bench/futex-wake-parallel.c OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"), nblocked_threads 147 tools/perf/bench/futex-wake-parallel.c threads_starting = nblocked_threads; nblocked_threads 150 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nblocked_threads; i++) { nblocked_threads 182 tools/perf/bench/futex-wake-parallel.c nblocked_threads, waketime_avg / USEC_PER_MSEC, nblocked_threads 197 tools/perf/bench/futex-wake-parallel.c nblocked_threads, nblocked_threads 245 tools/perf/bench/futex-wake-parallel.c if (!nblocked_threads) nblocked_threads 246 tools/perf/bench/futex-wake-parallel.c nblocked_threads = cpu->nr; nblocked_threads 249 tools/perf/bench/futex-wake-parallel.c if (nwaking_threads > nblocked_threads || !nwaking_threads) nblocked_threads 250 tools/perf/bench/futex-wake-parallel.c nwaking_threads = nblocked_threads; nblocked_threads 252 tools/perf/bench/futex-wake-parallel.c if (nblocked_threads % nwaking_threads) nblocked_threads 258 tools/perf/bench/futex-wake-parallel.c nwakes = nblocked_threads/nwaking_threads; nblocked_threads 260 tools/perf/bench/futex-wake-parallel.c blocked_worker = calloc(nblocked_threads, sizeof(*blocked_worker)); nblocked_threads 269 tools/perf/bench/futex-wake-parallel.c getpid(), nblocked_threads, fshared ? "shared":"private", nblocked_threads 300 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nblocked_threads; i++) {