Searched refs:FUTEX_LOCK_PI (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | futex.h | 17 #define FUTEX_LOCK_PI 6 macro 35 #define FUTEX_LOCK_PI_PRIVATE (FUTEX_LOCK_PI | FUTEX_PRIVATE_FLAG)
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 142 case FUTEX_LOCK_PI: in do_futex() 165 case FUTEX_LOCK_PI: in futex_cmd_has_timeout() 183 else if (cmd != FUTEX_LOCK_PI && !(op & FUTEX_CLOCK_REALTIME)) in futex_init_timeout()
|
| /linux/tools/verification/models/rtapp/ |
| H A D | sleep.ltl | 20 or FUTEX_LOCK_PI
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_rtapp.rst | 62 this case, only futexes (FUTEX_LOCK_PI, FUTEX_LOCK_PI2 or one of 113 or FUTEX_LOCK_PI 132 - `FUTEX_LOCK_PI` is included in the allowlist for the same reason as
|
| /linux/tools/perf/bench/ |
| H A D | futex.h | 90 return futex_syscall(uaddr, FUTEX_LOCK_PI, 0, timeout, NULL, 0, opflags); in futex_lock_pi()
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 146 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
|
| /linux/Documentation/locking/ |
| H A D | pi-futex.rst | 87 - FUTEX_LOCK_PI 91 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 154 case FUTEX_LOCK_PI: in handle_sys_enter()
|