Home
last modified time | relevance | path

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

/kernel/
Dfutex.c292 static bool should_fail_futex(bool fshared) in should_fail_futex() argument
294 if (fail_futex.ignore_private && !fshared) in should_fail_futex()
322 static inline bool should_fail_futex(bool fshared) in should_fail_futex() argument
527 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, enum futex_access rw) in get_futex_key() argument
546 if (unlikely(should_fail_futex(fshared))) in get_futex_key()
556 if (!fshared) { in get_futex_key()
565 if (unlikely(should_fail_futex(fshared))) in get_futex_key()
653 if (unlikely(should_fail_futex(fshared)) || ro) { in get_futex_key()