Searched defs:fshared (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | futex-hash.c | 37 static bool fshared = false, done = false, silent = false; variable
|
H A D | futex-requeue.c | 41 static bool done = false, silent = false, fshared = false; variable
|
H A D | futex-wake.c | 42 static bool done = false, silent = false, fshared = false; variable
|
H A D | futex-lock-pi.c | 37 static bool done = false, fshared = false; variable
|
H A D | futex-wake-parallel.c | 51 static bool done = false, silent = false, fshared = false; variable
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | futex.h | 18 bool fshared; member
|
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | futex.h | 34 static inline bool should_fail_futex(bool fshared) in should_fail_futex() argument
|
H A D | core.c | 77 bool should_fail_futex(bool fshared) in should_fail_futex() argument 220 int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key() argument
|
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 274 static bool should_fail_futex(bool fshared) in should_fail_futex() argument 304 static inline bool should_fail_futex(bool fshared) in should_fail_futex() argument 486 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key() argument
|
Completed in 9 milliseconds