Home
last modified time | relevance | path

Searched refs:futex_hash_bucket (Results 1 – 5 of 5) sorted by relevance

/kernel/futex/
Dfutex.h45 struct futex_hash_bucket { struct
126 extern struct futex_hash_bucket *futex_hash(union futex_key *key);
144 struct futex_q *q, struct futex_hash_bucket **hb);
145 extern void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q,
152 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key);
155 extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb);
170 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in futex_queue()
184 static inline void futex_hb_waiters_inc(struct futex_hash_bucket *hb) in futex_hb_waiters_inc()
199 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec()
206 static inline int futex_hb_waiters_pending(struct futex_hash_bucket *hb) in futex_hb_waiters_pending()
[all …]
Drequeue.c74 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex()
75 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex()
224 struct futex_hash_bucket *hb) in requeue_pi_wake_futex()
267 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic()
268 struct futex_hash_bucket *hb2, union futex_key *key1, in futex_proxy_trylock_atomic()
370 struct futex_hash_bucket *hb1, *hb2; in futex_requeue()
691 int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, in handle_early_requeue_pi_wakeup()
768 struct futex_hash_bucket *hb; in futex_wait_requeue_pi()
Dcore.c51 struct futex_hash_bucket *queues;
116 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash()
440 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter()
512 struct futex_hash_bucket *hb; in __futex_unqueue()
518 hb = container_of(q->lock_ptr, struct futex_hash_bucket, lock); in __futex_unqueue()
524 struct futex_hash_bucket *futex_q_lock(struct futex_q *q) in futex_q_lock()
527 struct futex_hash_bucket *hb; in futex_q_lock()
547 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock()
554 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue()
961 struct futex_hash_bucket *hb; in exit_pi_state_list()
Dwaitwake.c146 struct futex_hash_bucket *hb; in futex_wake()
247 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op()
333 void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue()
408 struct futex_hash_bucket *hb; in futex_wait_multiple_setup()
585 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup()
643 struct futex_hash_bucket *hb; in futex_wait()
Dpi.c514 int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
935 struct futex_hash_bucket *hb; in futex_lock_pi()
1104 struct futex_hash_bucket *hb; in futex_unlock_pi()