Searched refs:nfutexes (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | futex-hash.c | 36 static unsigned int nfutexes = 1024; variable 56 OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"), 82 for (i = 0; i < nfutexes; i++, ops++) { in workerfn() 156 getpid(), nthreads, nfutexes, fshared ? "shared":"private", nsecs); in bench_futex_hash() 168 worker[i].futex = calloc(nfutexes, sizeof(*worker[i].futex)); in bench_futex_hash() 212 if (nfutexes == 1) in bench_futex_hash() 218 &worker[i].futex[nfutexes-1], t); in bench_futex_hash()
|