Home
last modified time | relevance | path

Searched refs:futex_queue (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/futex/
H A Dwaitwake.c460 futex_queue(q, hb, current); in futex_wait_multiple_setup()
655 * futex_queue() calls spin_unlock() upon completion, both serializing in __futex_wait()
660 futex_queue(q, hb, task); in __futex_wait()
686 /* futex_queue and wait for wakeup, timeout, or a signal. */
H A Dfutex.h363 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in futex_queue() function