Home
last modified time | relevance | path

Searched refs:futex_top_waiter (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/futex/
H A Dfutex.h152 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key);
H A Dpi.c548 top_waiter = futex_top_waiter(hb, key); in futex_lock_pi_atomic()
1132 top_waiter = futex_top_waiter(hb, &key); in futex_unlock_pi()
H A Drequeue.c290 top_waiter = futex_top_waiter(hb1, key1); in futex_proxy_trylock_atomic()
H A Dcore.c439 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() function