Searched refs:futex_top_waiter (Results 1 – 4 of 4) sorted by relevance
152 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key);
548 top_waiter = futex_top_waiter(hb, key); in futex_lock_pi_atomic()1132 top_waiter = futex_top_waiter(hb, &key); in futex_unlock_pi()
290 top_waiter = futex_top_waiter(hb1, key1); in futex_proxy_trylock_atomic()
439 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() function