Searched defs:futex (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/tools/testing/selftests/powerpc/benchmarks/ |
D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) macro
|
/Linux-v5.15/tools/testing/selftests/futex/functional/ |
D | futex_wait.c | 20 void *futex; variable
|
/Linux-v5.15/tools/perf/bench/ |
D | futex-hash.c | 44 u_int32_t *futex; member
|
D | futex-lock-pi.c | 28 u_int32_t *futex; member
|
D | futex.h | 50 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ macro
|
D | futex-wake-parallel.c | 48 static u_int32_t futex = 0; variable
|
/Linux-v5.15/include/linux/ |
D | restart_block.h | 37 } futex; member
|
/Linux-v5.15/tools/testing/selftests/futex/include/ |
D | futextest.h | 70 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ macro
|
/Linux-v5.15/kernel/ |
D | futex.c | 4022 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
|