Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/
Dfutex-hash.c50 .nfutexes = 1024,
57 OPT_UINTEGER('f', "futexes", &params.nfutexes, "Specify amount of futexes per threads"),
84 for (i = 0; i < params.nfutexes; i++, ops++) { in workerfn()
165 … getpid(), params.nthreads, params.nfutexes, params.fshared ? "shared":"private", params.runtime); in bench_futex_hash()
183 worker[i].futex = calloc(params.nfutexes, sizeof(*worker[i].futex)); in bench_futex_hash()
231 if (params.nfutexes == 1) in bench_futex_hash()
237 &worker[i].futex[params.nfutexes-1], t); in bench_futex_hash()
Dfutex.h25 unsigned int nfutexes; member