Searched refs:futex_hash_bucket (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/futex/ |
D | futex.h | 45 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 …]
|
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()
|
D | core.c | 50 struct futex_hash_bucket *queues; 115 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash() 429 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 501 struct futex_hash_bucket *hb; in __futex_unqueue() 507 hb = container_of(q->lock_ptr, struct futex_hash_bucket, lock); in __futex_unqueue() 513 struct futex_hash_bucket *futex_q_lock(struct futex_q *q) in futex_q_lock() 516 struct futex_hash_bucket *hb; in futex_q_lock() 536 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() 543 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue() 947 struct futex_hash_bucket *hb; in exit_pi_state_list()
|
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()
|
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()
|