Searched refs:sys_futex (Results 1 – 15 of 15) sorted by relevance
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 258 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex() function 296 sys_futex(m, flags, 2, NULL, NULL, 0); in mutex_lock() 314 sys_futex(m, flags, 1, NULL, NULL, 0); in mutex_unlock()
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 282 221 64 futex sys_futex 283 221 spu futex sys_futex 515 422 32 futex_time64 sys_futex sys_futex
|
/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 18 that says "there's a waiter pending", and the sys_futex(FUTEX_WAIT) 24 sys_futex(FUTEX_WAKE) syscall to wake them up. Once all waiters have 57 syscall variants to sys_futex(): FUTEX_REGISTER, FUTEX_DEREGISTER and
|
H A D | robust-futex-ABI.rst | 25 threads in the kernel. Options on the sys_futex(2) system call support
|
/linux/scripts/ |
H A D | syscall.tbl | 126 98 64 futex sys_futex 365 422 32 futex_time64 sys_futex
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex) 752 __SYSCALL(__NR_futex_time64, sys_futex)
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 249 238 common futex sys_futex sys_futex_time32 427 422 32 futex_time64 - sys_futex
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex) 752 __SYSCALL(__NR_futex_time64, sys_futex)
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 205 194 n64 futex sys_futex
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 214 202 common futex sys_futex
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 214 202 common futex sys_futex
|
H A D | syscall_32.tbl | 430 422 i386 futex_time64 sys_futex
|
/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 406 | futex | 341 | Futex | sys_futex() |
|
/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 57 sys_futex 141
|
/linux/include/linux/ |
H A D | syscalls.h | 559 asmlinkage long sys_futex(u32 __user *uaddr, int op, u32 val,
|