Home
last modified time | relevance | path

Searched refs:futex_q_unlock (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/futex/
H A Dwaitwake.c467 futex_q_unlock(hb); in futex_wait_multiple_setup()
626 futex_q_unlock(*hb); in futex_wait_setup()
639 futex_q_unlock(*hb); in futex_wait_setup()
H A Dpi.c966 futex_q_unlock(hb); in futex_lock_pi()
1086 futex_q_unlock(hb); in futex_lock_pi()
1096 futex_q_unlock(hb); in futex_lock_pi()
H A Dfutex.h358 extern void futex_q_unlock(struct futex_hash_bucket *hb);
H A Drequeue.c817 futex_q_unlock(hb); in futex_wait_requeue_pi()
H A Dcore.c528 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() function