Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dfutex.h371 extern void futex_unqueue_pi(struct futex_q *q);
H A Drequeue.c880 futex_unqueue_pi(&q); in futex_wait_requeue_pi()
H A Dpi.c220 * has dropped the hb->lock in between futex_queue() and futex_unqueue_pi(), in attach_to_pi_state()
1093 futex_unqueue_pi(&q); in futex_lock_pi()
H A Dcore.c989 void futex_unqueue_pi(struct futex_q *q) in futex_unqueue_pi() function