Searched refs:FUTEX_WAIT (Results 1 – 15 of 15) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | futex.h | 11 #define FUTEX_WAIT 0 macro 30 #define FUTEX_WAIT_PRIVATE (FUTEX_WAIT | FUTEX_PRIVATE_FLAG)
|
| /linux/tools/verification/models/rtapp/ |
| H A D | sleep.ltl | 6 RT_VALID_SLEEP_REASON = FUTEX_WAIT
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 126 case FUTEX_WAIT: in do_futex() 164 case FUTEX_WAIT: in futex_cmd_has_timeout() 181 if (cmd == FUTEX_WAIT) in futex_init_timeout()
|
| /linux/tools/perf/scripts/python/ |
| H A D | futex-contention.py | 32 if cmd != FUTEX_WAIT:
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Util.py | 12 FUTEX_WAIT = 0 variable
|
| /linux/tools/perf/bench/ |
| H A D | futex.h | 71 return futex_syscall(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub.c | 130 FUTEX_WAIT, FUTEX_IN_KERN, 0); in stub_signal_interrupt()
|
| /linux/arch/um/os-Linux/ |
| H A D | process.c | 199 CATCH_EINTR(r = syscall(__NR_futex, uaddr, FUTEX_WAIT, val, in os_futex_wait()
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 102 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 158 case FUTEX_WAIT: in handle_sys_enter()
|
| /linux/Documentation/locking/ |
| H A D | robust-futexes.rst | 18 that says "there's a waiter pending", and the sys_futex(FUTEX_WAIT) 154 - with FUTEX_WAIT set [contended mutex]: 130 msecs 155 - without FUTEX_WAIT set [uncontended mutex]: 30 msecs
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 284 int flags = FUTEX_WAIT; in mutex_lock()
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_rtapp.rst | 100 RT_VALID_SLEEP_REASON = FUTEX_WAIT
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 211 FUTEX_WAIT, FUTEX_IN_CHILD, in wait_stub_done_seccomp()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 1078 futex_ret = syscall(SYS_futex, ptr, FUTEX_WAIT, some_int-1, NULL, in test_kernel_gup_write_to_write_disabled_region()
|