Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/futex/
Dwaitwake.c453 futex_q_unlock(hb); in futex_wait_multiple_setup()
612 futex_q_unlock(*hb); in futex_wait_setup()
625 futex_q_unlock(*hb); in futex_wait_setup()
Dpi.c977 futex_q_unlock(hb); in futex_lock_pi()
1073 futex_q_unlock(hb); in futex_lock_pi()
1083 futex_q_unlock(hb); in futex_lock_pi()
Dfutex.h220 extern void futex_q_unlock(struct futex_hash_bucket *hb);
Drequeue.c813 futex_q_unlock(hb); in futex_wait_requeue_pi()
Dcore.c536 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() function