Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dpi.c615 top_waiter = futex_top_waiter(hb, key); in futex_lock_pi_atomic()
1228 top_waiter = futex_top_waiter(hb, &key); in __futex_unlock_pi()
H A Drequeue.c312 top_waiter = futex_top_waiter(hb1, key1); in futex_proxy_trylock_atomic()
H A Dcore.c762 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() function