Searched refs:__NR_futex (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | unistd_32.h | 20 #ifndef __NR_futex 21 #define __NR_futex 240 macro
|
| H A D | unistd_64.h | 20 #ifndef __NR_futex 21 #define __NR_futex 202 macro
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub.c | 124 res = stub_syscall3(__NR_futex, (unsigned long)&d->futex, in stub_signal_interrupt() 129 res = stub_syscall4(__NR_futex, (unsigned long)&d->futex, in stub_signal_interrupt()
|
| H A D | stub_exe.c | 169 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, __NR_futex, in real_init()
|
| /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() 208 CATCH_EINTR(r = syscall(__NR_futex, uaddr, FUTEX_WAKE, INT_MAX, in os_futex_wake()
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F)
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 143 #ifdef __NR_futex in handle_sys_enter() 144 case __NR_futex: in handle_sys_enter()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | futex.c | 36 if (syscall(__NR_futex, &val, futex_op, 0, in run_test()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 191 CATCH_EINTR(syscall(__NR_futex, &data->futex, in wait_stub_done_seccomp() 210 ret = syscall(__NR_futex, &data->futex, in wait_stub_done_seccomp()
|
| /linux/include/uapi/asm-generic/ |
| H A D | unistd.h | 270 #define __NR_futex 98 macro 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 270 #define __NR_futex 98 macro 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|