Searched refs:futex_unlock_pi (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 188 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() 310 ret2 = futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in third_party_blocker()
|
| H A D | futex_requeue_pi_signal_restart.c | 91 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 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 | 153 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi() function
|
| /linux/kernel/futex/ |
| H A D | futex.h | 446 extern int futex_unlock_pi(u32 __user *uaddr, unsigned int flags);
|
| H A D | syscalls.c | 148 return futex_unlock_pi(uaddr, flags); in do_futex()
|
| H A D | pi.c | 1133 int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi() function
|