Home
last modified time | relevance | path

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

/kernel/
Dfutex.c294 static bool should_fail_futex(bool fshared) in should_fail_futex() argument
296 if (fail_futex.ignore_private && !fshared) in should_fail_futex()
328 static inline bool should_fail_futex(bool fshared) in should_fail_futex() argument
522 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key() argument
541 if (unlikely(should_fail_futex(fshared))) in get_futex_key()
551 if (!fshared) { in get_futex_key()
560 if (unlikely(should_fail_futex(fshared))) in get_futex_key()
676 if (unlikely(should_fail_futex(fshared)) || ro) { in get_futex_key()