Lines Matching refs:futex_q
214 struct futex_q { struct
281 static const struct futex_q futex_q_init = {
751 static struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, in futex_top_waiter()
754 struct futex_q *this; in futex_top_waiter()
1412 struct futex_q *top_waiter; in futex_lock_pi_atomic()
1506 static void __unqueue_futex(struct futex_q *q) in __unqueue_futex()
1525 static void mark_wake_futex(struct wake_q_head *wake_q, struct futex_q *q) in mark_wake_futex()
1654 struct futex_q *this, *next; in futex_wake()
1752 struct futex_q *this, *next; in futex_wake_op()
1837 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex()
1855 static inline bool futex_requeue_pi_prepare(struct futex_q *q, in futex_requeue_pi_prepare()
1888 static inline void futex_requeue_pi_complete(struct futex_q *q, int locked) in futex_requeue_pi_complete()
1919 static inline int futex_requeue_pi_wakeup_sync(struct futex_q *q) in futex_requeue_pi_wakeup_sync()
1986 void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key, in requeue_pi_wake_futex()
2035 struct futex_q *top_waiter = NULL; in futex_proxy_trylock_atomic()
2135 struct futex_q *this, *next; in futex_requeue()
2444 static inline struct futex_hash_bucket *queue_lock(struct futex_q *q) in queue_lock()
2475 static inline void __queue_me(struct futex_q *q, struct futex_hash_bucket *hb) in __queue_me()
2506 static inline void queue_me(struct futex_q *q, struct futex_hash_bucket *hb) in queue_me()
2524 static int unqueue_me(struct futex_q *q) in unqueue_me()
2571 static void unqueue_me_pi(struct futex_q *q) in unqueue_me_pi()
2580 static int __fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in __fixup_pi_state_owner()
2752 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
2783 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2826 static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue_me()
2875 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup()
2935 struct futex_q q = futex_q_init; in futex_wait()
3025 struct futex_q q = futex_q_init; in futex_lock_pi()
3194 struct futex_q *top_waiter; in futex_unlock_pi()
3336 struct futex_q *q, in handle_early_requeue_pi_wakeup()
3414 struct futex_q q = futex_q_init; in futex_wait_requeue_pi()