Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfutex.c203 union futex_key key;
233 union futex_key key;
236 union futex_key *requeue_pi_key;
261 static inline void futex_get_mm(union futex_key *key) in futex_get_mm()
309 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex()
320 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex()
333 static void get_futex_key_refs(union futex_key *key) in get_futex_key_refs()
361 static void drop_futex_key_refs(union futex_key *key) in drop_futex_key_refs()
398 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key()
541 static inline void put_futex_key(union futex_key *key) in put_futex_key()
[all …]
/linux-4.1.27/include/linux/
Dfutex.h35 union futex_key { union
53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = NULL } }