Searched refs:futex_hash_bucket (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/futex/ |
H A D | futex.h | 116 struct futex_hash_bucket { struct 204 extern struct futex_hash_bucket *futex_hash(union futex_key *key); 222 struct futex_q *q, struct futex_hash_bucket **hb); 223 extern void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, 229 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key); 288 extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, 307 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in futex_queue() 322 static inline void futex_hb_waiters_inc(struct futex_hash_bucket *hb) in futex_hb_waiters_inc() 337 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec() 344 static inline int futex_hb_waiters_pending(struct futex_hash_bucket *hb) in futex_hb_waiters_pending() [all …]
|
H A D | requeue.c | 76 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex() 77 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex() 226 struct futex_hash_bucket *hb) in requeue_pi_wake_futex() 269 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic() 270 struct futex_hash_bucket *hb2, union futex_key *key1, in futex_proxy_trylock_atomic() 374 struct futex_hash_bucket *hb1, *hb2; in futex_requeue() 695 int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, in handle_early_requeue_pi_wakeup() 772 struct futex_hash_bucket *hb; in futex_wait_requeue_pi()
|
H A D | core.c | 52 struct futex_hash_bucket *queues; 117 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash() 443 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 493 struct futex_hash_bucket *hb; in __futex_unqueue() 499 hb = container_of(q->lock_ptr, struct futex_hash_bucket, lock); in __futex_unqueue() 505 struct futex_hash_bucket *futex_q_lock(struct futex_q *q) in futex_q_lock() 508 struct futex_hash_bucket *hb; in futex_q_lock() 528 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() 535 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in __futex_queue() 952 struct futex_hash_bucket *hb; in exit_pi_state_list()
|
H A D | waitwake.c | 157 struct futex_hash_bucket *hb; in futex_wake() 256 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() 342 void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue() 415 struct futex_hash_bucket *hb; in futex_wait_multiple_setup() 592 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup() 650 struct futex_hash_bucket *hb; in __futex_wait()
|
H A D | pi.c | 515 int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic() 923 struct futex_hash_bucket *hb; in futex_lock_pi() 1117 struct futex_hash_bucket *hb; in futex_unlock_pi()
|
/linux/io_uring/ |
H A D | futex.c | 314 struct futex_hash_bucket *hb; in io_futex_wait()
|