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.c464 futex_q_unlock(hb); in futex_wait_multiple_setup()
630 futex_q_unlock(hb); in futex_wait_setup()
643 futex_q_unlock(hb); in futex_wait_setup()
648 futex_q_unlock(hb); in __futex_wait()
H A Dpi.c968 futex_q_unlock(hb); in futex_lock_pi()
1103 futex_q_unlock(hb); in futex_lock_pi()
1107 futex_q_unlock(hb);
H A Dfutex.h414 extern void futex_q_unlock(struct futex_hash_bucket *hb);
H A Drequeue.c
H A Dcore.c884 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() function