Searched refs:futex_q (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/futex/ |
H A D | futex.h | 96 struct futex_q { struct 112 extern const struct futex_q futex_q_init; argument 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, 147 extern void futex_wake_mark(struct wake_q_head *wake_q, struct futex_q *q); 154 extern void __futex_unqueue(struct futex_q *q); 155 extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb); 156 extern int futex_unqueue(struct futex_q *q); 177 extern void futex_unqueue_pi(struct futex_q *q); 219 extern struct futex_hash_bucket *futex_q_lock(struct futex_q *q); [all …]
|
H A D | requeue.c | 59 const struct futex_q futex_q_init = { 74 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex() 92 static inline bool futex_requeue_pi_prepare(struct futex_q *q, in futex_requeue_pi_prepare() 125 static inline void futex_requeue_pi_complete(struct futex_q *q, int locked) in futex_requeue_pi_complete() 156 static inline int futex_requeue_pi_wakeup_sync(struct futex_q *q) in futex_requeue_pi_wakeup_sync() 223 void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key, in requeue_pi_wake_futex() 272 struct futex_q *top_waiter = NULL; in futex_proxy_trylock_atomic() 371 struct futex_q *this, *next; in futex_requeue() 692 struct futex_q *q, in handle_early_requeue_pi_wakeup() 770 struct futex_q q = futex_q_init; in futex_wait_requeue_pi()
|
H A D | waitwake.c | 115 void futex_wake_mark(struct wake_q_head *wake_q, struct futex_q *q) in futex_wake_mark() 146 struct futex_q *this, *next; in futex_wake() 243 struct futex_q *this, *next; in futex_wake_op() 328 void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue() 437 struct futex_q *q = &vs[i].q; in futex_wait_multiple_setup() 578 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup() 637 struct futex_q q = futex_q_init; in futex_wait()
|
H A D | core.c | 439 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 441 struct futex_q *this; in futex_top_waiter() 509 void __futex_unqueue(struct futex_q *q) in __futex_unqueue() 523 struct futex_hash_bucket *futex_q_lock(struct futex_q *q) in futex_q_lock() 553 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue() 583 int futex_unqueue(struct futex_q *q) in futex_unqueue() 630 void futex_unqueue_pi(struct futex_q *q) in futex_unqueue_pi()
|
H A D | pi.c | 522 struct futex_q *top_waiter; in futex_lock_pi_atomic() 683 static int __fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in __fixup_pi_state_owner() 855 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner() 884 int fixup_pi_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_pi_owner() 936 struct futex_q q = futex_q_init; in futex_lock_pi() 1105 struct futex_q *top_waiter; in futex_unlock_pi()
|