Searched refs:futex_unlock_pi (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 184 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 231 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 274 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in signal_wakerfn() 315 ret2 = futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in third_party_blocker()
|
| H A D | futex_requeue_pi_signal_restart.c | 93 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 154 * futex_unlock_pi() can't happen before the signal wakeup is detected in TEST() 163 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in TEST()
|
| /linux/tools/perf/bench/ |
| H A D | futex.h | 97 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi() function
|
| H A D | futex-lock-pi.c | 113 ret = futex_unlock_pi(w->futex, futex_flag); in workerfn()
|
| H A D | futex-requeue.c | 112 futex_unlock_pi(&futex2, futex_flag); in workerfn()
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 156 * futex_unlock_pi() - release uaddr as a PI mutex, waking the top waiter in futex_unlock_pi() 159 futex_unlock_pi(futex_t *uaddr, int opflags) 153 futex_unlock_pi(futex_t *uaddr, int opflags) futex_unlock_pi() function
|
| /linux/kernel/futex/ |
| H A D | pi.c | 1360 int futex_unlock_pi(u32 __user *uaddr, unsigned int flags, void __user *pop) in futex_unlock_pi() function
|