Searched refs:futex_hash_bucket (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/futex/ |
| A D | futex.h | 50 struct futex_hash_bucket { struct 131 extern struct futex_hash_bucket *futex_hash(union futex_key *key); 149 struct futex_q *q, struct futex_hash_bucket **hb); 160 extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb); 189 static inline void futex_hb_waiters_inc(struct futex_hash_bucket *hb) in futex_hb_waiters_inc() 204 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec() 211 static inline int futex_hb_waiters_pending(struct futex_hash_bucket *hb) in futex_hb_waiters_pending() 224 extern struct futex_hash_bucket *futex_q_lock(struct futex_q *q); 225 extern void futex_q_unlock(struct futex_hash_bucket *hb); 244 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() [all …]
|
| A D | requeue.c | 74 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()
|
| A D | core.c | 55 struct futex_hash_bucket *queues; 120 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash() 434 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 506 struct futex_hash_bucket *hb; in __futex_unqueue() 512 hb = container_of(q->lock_ptr, struct futex_hash_bucket, lock); in __futex_unqueue() 518 struct futex_hash_bucket *futex_q_lock(struct futex_q *q) in futex_q_lock() 521 struct futex_hash_bucket *hb; in futex_q_lock() 541 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() 548 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue() 950 struct futex_hash_bucket *hb; in exit_pi_state_list()
|
| A D | waitwake.c | 145 struct futex_hash_bucket *hb; in futex_wake() 242 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() 328 void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue() 401 struct futex_hash_bucket *hb; in futex_wait_multiple_setup() 578 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup() 636 struct futex_hash_bucket *hb; in futex_wait()
|
| A D | pi.c | 514 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()
|
Completed in 12 milliseconds