Searched refs:fshared (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/bench/ |
| A D | futex-wake.c | 55 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 160 if (!params.fshared) in bench_futex_wake() 165 getpid(), params.nthreads, params.fshared ? "shared":"private", in bench_futex_wake()
|
| A D | futex-hash.c | 59 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 159 if (!params.fshared) in bench_futex_hash() 163 … getpid(), params.nthreads, params.nfutexes, params.fshared ? "shared":"private", params.runtime); in bench_futex_hash()
|
| A D | futex-requeue.c | 55 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 184 if (!params.fshared) in bench_futex_requeue() 195 params.fshared ? "shared":"private", &futex1, in bench_futex_requeue()
|
| A D | futex-wake-parallel.c | 65 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 274 if (!params.fshared) in bench_futex_wake_parallel() 279 getpid(), params.nthreads, params.fshared ? "shared":"private", in bench_futex_wake_parallel()
|
| A D | futex-lock-pi.c | 51 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 182 if (!params.fshared) in bench_futex_lock_pi()
|
| A D | futex.h | 18 bool fshared; member
|
| /linux/kernel/futex/ |
| A D | futex.h | 37 extern bool should_fail_futex(bool fshared); 39 static inline bool should_fail_futex(bool fshared) in should_fail_futex() argument 124 extern int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key,
|
| A D | core.c | 82 bool should_fail_futex(bool fshared) in should_fail_futex() argument 84 if (fail_futex.ignore_private && !fshared) in should_fail_futex() 225 int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key() argument 245 if (unlikely(should_fail_futex(fshared))) in get_futex_key() 255 if (!fshared) { in get_futex_key()
|
Completed in 19 milliseconds