Lines Matching refs:futex_q
125 struct futex_q { struct
137 static const struct futex_q futex_q_init = { argument
417 static struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, in futex_top_waiter()
420 struct futex_q *this; in futex_top_waiter()
647 struct futex_q *this, *next; in lookup_pi_state()
926 static void __unqueue_futex(struct futex_q *q) in __unqueue_futex()
942 static void wake_futex(struct futex_q *q) in wake_futex()
972 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi()
1080 struct futex_q *this, *next; in futex_wake()
1130 struct futex_q *this, *next; in futex_wake_op()
1227 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex()
1259 void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key, in requeue_pi_wake_futex()
1301 struct futex_q *top_waiter = NULL; in futex_proxy_trylock_atomic()
1366 struct futex_q *this, *next; in futex_requeue()
1592 static inline struct futex_hash_bucket *queue_lock(struct futex_q *q) in queue_lock()
1605 queue_unlock(struct futex_q *q, struct futex_hash_bucket *hb) in queue_unlock()
1623 static inline void queue_me(struct futex_q *q, struct futex_hash_bucket *hb) in queue_me()
1655 static int unqueue_me(struct futex_q *q) in unqueue_me()
1700 static void unqueue_me_pi(struct futex_q *q) in unqueue_me_pi()
1718 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
1827 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
1891 static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue_me()
1944 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup()
2008 struct futex_q q = futex_q_init; in futex_wait()
2104 struct futex_q q = futex_q_init; in futex_lock_pi()
2223 struct futex_q *this, *next; in futex_unlock_pi()
2323 struct futex_q *q, union futex_key *key2, in handle_early_requeue_pi_wakeup()
2402 struct futex_q q = futex_q_init; in futex_wait_requeue_pi()