Home
last modified time | relevance | path

Searched refs:futex_hb_waiters_dec (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/futex/
H A Drequeue.c86 futex_hb_waiters_dec(hb1); in requeue_futex()
460 futex_hb_waiters_dec(hb2); in futex_requeue()
546 futex_hb_waiters_dec(hb2); in futex_requeue()
560 futex_hb_waiters_dec(hb2); in futex_requeue()
679 futex_hb_waiters_dec(hb2); in futex_requeue()
715 futex_hb_waiters_dec(hb); in handle_early_requeue_pi_wakeup()
H A Dcore.c501 futex_hb_waiters_dec(hb); in __futex_unqueue()
532 futex_hb_waiters_dec(hb); in futex_q_unlock()
H A Dfutex.h337 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec() function