Home
last modified time | relevance | path

Searched refs:sys_futex (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c258 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 Dsyscall.tbl282 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 Drobust-futexes.rst18 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 Drobust-futex-ABI.rst25 threads in the kernel. Options on the sys_futex(2) system call support
/linux/scripts/
H A Dsyscall.tbl126 98 64 futex sys_futex
365 422 32 futex_time64 sys_futex
/linux/include/uapi/asm-generic/
H A Dunistd.h271 __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 Dsyscall.tbl249 238 common futex sys_futex sys_futex_time32
427 422 32 futex_time64 - sys_futex
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h271 __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 Dsyscall_n64.tbl205 194 n64 futex sys_futex
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl214 202 common futex sys_futex
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl214 202 common futex sys_futex
H A Dsyscall_32.tbl430 422 i386 futex_time64 sys_futex
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst406 | futex | 341 | Futex | sys_futex() |
/linux/tools/perf/Documentation/
H A Dperf-script-python.txt57 sys_futex 141
/linux/include/linux/
H A Dsyscalls.h559 asmlinkage long sys_futex(u32 __user *uaddr, int op, u32 val,