Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfutex.h32 union futex_key { union
53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
/Linux-v5.15/kernel/
Dfutex.c187 union futex_key key;
219 union futex_key key;
222 union futex_key *requeue_pi_key;
417 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex()
433 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex()
542 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key()
752 union futex_key *key) in futex_top_waiter()
902 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list()
1266 static void __attach_to_pi_owner(struct task_struct *p, union futex_key *key, in __attach_to_pi_owner()
1300 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
[all …]