Searched refs:sys_futex (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/powerpc/benchmarks/ |
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()
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 276 221 64 futex sys_futex 277 221 spu futex sys_futex 504 422 32 futex_time64 sys_futex sys_futex
|
/tools/include/uapi/asm-generic/ |
D | unistd.h | 322 __SC_3264(__NR_futex, sys_futex_time32, sys_futex) 820 __SYSCALL(__NR_futex_time64, sys_futex)
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 249 238 common futex sys_futex sys_futex_time32 427 422 32 futex_time64 - sys_futex
|
/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 205 194 n64 futex sys_futex
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 213 202 common futex sys_futex
|
/tools/perf/Documentation/ |
D | perf-script-python.txt | 57 sys_futex 141
|