Searched refs:futex_requeue (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
H A Dfutex.c1398 * During futex_requeue, with requeue_pi=1, it is possible to acquire the
1490 * futex_requeue() - Requeue waiters from uaddr1 to uaddr2
1507 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, futex_requeue() function
2534 * The caller will wait on uaddr and will be requeued by futex_requeue() to
2543 * 1) wakeup on uaddr2 after an atomic lock acquisition by futex_requeue()
2638 * we took the hb->lock above, we also know that futex_requeue() has futex_wait_requeue_pi()
2641 * futex_requeue dropped our key1 reference and incremented our key2 futex_wait_requeue_pi()
2974 return futex_requeue(uaddr, flags, uaddr2, val, val2, NULL, 0); do_futex()
2976 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 0); do_futex()
2990 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 1); do_futex()

Completed in 68 milliseconds