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

/linux-master/kernel/futex/
H A Dfutex.h230 extern struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key);
H A Dpi.c219 * futex_top_waiter(). This means that futex_lock_pi() of said futex_q
549 top_waiter = futex_top_waiter(hb, key);
1145 top_waiter = futex_top_waiter(hb, &key);
H A Drequeue.c292 top_waiter = futex_top_waiter(hb1, key1);
H A Dcore.c436 * futex_top_waiter() - Return the highest priority waiter on a futex
442 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) function

Completed in 96 milliseconds