Searched refs:futex_lock_pi (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/futex/functional/ |
A D | futex_wait_timeout.c | 47 ret = futex_lock_pi(&futex_pi, NULL, 0, 0); in get_pi_lock() 178 res = futex_lock_pi(&futex_pi, &to, 0, 0); in main() 182 res = futex_lock_pi(&futex_pi, NULL, 0, FUTEX_CLOCK_REALTIME); in main()
|
A D | futex_requeue_pi.c | 136 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 161 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 212 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in signal_wakerfn() 262 args->ret = futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in third_party_blocker()
|
A D | futex_requeue_pi_signal_restart.c | 167 futex_lock_pi(&f2, 0, 0, FUTEX_PRIVATE_FLAG); in main()
|
/linux/kernel/futex/ |
A D | syscalls.c | 138 return futex_lock_pi(uaddr, flags, timeout, 0); in do_futex() 142 return futex_lock_pi(uaddr, flags, NULL, 1); in do_futex()
|
A D | futex.h | 297 extern int futex_lock_pi(u32 __user *uaddr, unsigned int flags, ktime_t *time, int trylock);
|
A D | pi.c | 930 int futex_lock_pi(u32 __user *uaddr, unsigned int flags, ktime_t *time, int trylock) in futex_lock_pi() function
|
/linux/tools/perf/bench/ |
A D | futex.h | 86 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() function
|
A D | futex-lock-pi.c | 96 ret = futex_lock_pi(w->futex, NULL, futex_flag); in workerfn()
|
/linux/tools/testing/selftests/futex/include/ |
A D | futextest.h | 121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() function
|
/linux/Documentation/locking/ |
A D | futex-requeue-pi.rst | 108 futex_lock_pi(), with some extra logic to check for the additional
|
/linux/ |
A D | System.map | 5027 ffff80001012fd94 T futex_lock_pi
|
A D | .tmp_System.map | 5027 ffff80001012fd94 T futex_lock_pi
|
Completed in 270 milliseconds