Searched refs:futex_lock_pi (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 46 ret = futex_lock_pi(&futex_pi, NULL, 0, 0); in get_pi_lock() 171 res = futex_lock_pi(&futex_pi, &to, 0, 0); in main() 175 res = futex_lock_pi(&futex_pi, NULL, 0, FUTEX_CLOCK_REALTIME); in main()
|
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()
|
D | futex_requeue_pi_signal_restart.c | 167 futex_lock_pi(&f2, 0, 0, FUTEX_PRIVATE_FLAG); in main()
|
/Linux-v5.15/tools/perf/bench/ |
D | futex.h | 77 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() function
|
D | futex-lock-pi.c | 96 ret = futex_lock_pi(w->futex, NULL, futex_flag); in workerfn()
|
/Linux-v5.15/tools/testing/selftests/futex/include/ |
D | futextest.h | 121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() function
|
/Linux-v5.15/Documentation/locking/ |
D | futex-requeue-pi.rst | 108 futex_lock_pi(), with some extra logic to check for the additional
|
/Linux-v5.15/kernel/ |
D | futex.c | 3018 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi() function 3980 return futex_lock_pi(uaddr, flags, timeout, 0); in do_futex() 3984 return futex_lock_pi(uaddr, flags, NULL, 1); in do_futex()
|