Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dfutex.h139 union futex_key key;
178 union futex_key key;
181 union futex_key *requeue_pi_key;
196 extern int get_futex_key(u32 __user *uaddr, unsigned int flags, union futex_key *key,
203 extern struct futex_hash_bucket *futex_hash(union futex_key *key);
212 static inline int futex_match(union futex_key *key1, union futex_key *key2) in futex_match()
230 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key);
302 union futex_key *key,
H A Drequeue.c77 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex()
225 void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key, in requeue_pi_wake_futex()
270 struct futex_hash_bucket *hb2, union futex_key *key1, in futex_proxy_trylock_atomic()
271 union futex_key *key2, struct futex_pi_state **ps, in futex_proxy_trylock_atomic()
371 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_requeue()
773 union futex_key key2 = FUTEX_KEY_INIT; in futex_wait_requeue_pi()
H A Dpi.c377 static void __attach_to_pi_owner(struct task_struct *p, union futex_key *key, in __attach_to_pi_owner()
411 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
516 union futex_key *key, in futex_lock_pi_atomic()
1115 union futex_key key = FUTEX_KEY_INIT; in futex_unlock_pi()
H A Dcore.c117 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash()
222 int get_futex_key(u32 __user *uaddr, unsigned int flags, union futex_key *key, in get_futex_key()
443 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter()
974 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list()
H A Dwaitwake.c159 union futex_key key = FUTEX_KEY_INIT; in futex_wake()
256 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op()
/linux/include/linux/
H A Dfutex.h32 union futex_key { union
53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }