Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dwaitwake.c464 futex_q_unlock(hb); in futex_wait_multiple_setup()
631 futex_q_unlock(hb); in futex_wait_setup()
645 futex_q_unlock(hb); in futex_wait_setup()
651 futex_q_unlock(hb); in futex_wait_setup()
H A Dpi.c974 futex_q_unlock(hb); in futex_lock_pi()
1111 futex_q_unlock(hb); in futex_lock_pi()
1116 futex_q_unlock(hb); in futex_lock_pi()
H A Dfutex.h367 extern void futex_q_unlock(struct futex_hash_bucket *hb)
H A Dcore.c873 * decrement the counter at futex_q_unlock() when some error has in futex_q_lock()
884 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() function