futex_key 53 include/linux/futex.h #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } } futex_key 205 kernel/futex.c union futex_key key; futex_key 235 kernel/futex.c union futex_key key; futex_key 238 kernel/futex.c union futex_key *requeue_pi_key; futex_key 334 kernel/futex.c static inline void futex_get_mm(union futex_key *key) futex_key 386 kernel/futex.c static struct futex_hash_bucket *hash_futex(union futex_key *key) futex_key 402 kernel/futex.c static inline int match_futex(union futex_key *key1, union futex_key *key2) futex_key 415 kernel/futex.c static void get_futex_key_refs(union futex_key *key) futex_key 453 kernel/futex.c static void drop_futex_key_refs(union futex_key *key) futex_key 572 kernel/futex.c get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, enum futex_access rw) futex_key 751 kernel/futex.c static inline void put_futex_key(union futex_key *key) futex_key 789 kernel/futex.c union futex_key *key) futex_key 921 kernel/futex.c union futex_key key = FUTEX_KEY_INIT; futex_key 1286 kernel/futex.c static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, futex_key 1378 kernel/futex.c union futex_key *key, struct futex_pi_state **ps, futex_key 1438 kernel/futex.c union futex_key *key, futex_key 1676 kernel/futex.c union futex_key key = FUTEX_KEY_INIT; futex_key 1775 kernel/futex.c union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; futex_key 1873 kernel/futex.c struct futex_hash_bucket *hb2, union futex_key *key2) futex_key 1906 kernel/futex.c void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key, futex_key 1950 kernel/futex.c struct futex_hash_bucket *hb2, union futex_key *key1, futex_key 1951 kernel/futex.c union futex_key *key2, struct futex_pi_state **ps, futex_key 2019 kernel/futex.c union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; futex_key 3087 kernel/futex.c union futex_key key = FUTEX_KEY_INIT; futex_key 3240 kernel/futex.c struct futex_q *q, union futex_key *key2, futex_key 3319 kernel/futex.c union futex_key key2 = FUTEX_KEY_INIT;