Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfutex.h32 union futex_key { union
53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
/Linux-v5.10/kernel/
Dfutex.c188 union futex_key key;
218 union futex_key key;
221 union futex_key *requeue_pi_key;
362 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex()
378 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex()
487 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key()
697 union futex_key *key) in futex_top_waiter()
830 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list()
1196 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
1288 union futex_key *key, struct futex_pi_state **ps, in lookup_pi_state()
[all …]