Searched defs:cmpxchg (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/arch/x86/include/asm/ |
A D | cmpxchg.h | 86 #define cmpxchg(ptr, old, new) \ macro
|
/linux-6.3-rc2/tools/include/asm-generic/ |
A D | atomic-gcc.h | 65 #define cmpxchg(ptr, oldval, newval) \ macro
|
/linux-6.3-rc2/arch/ia64/include/uapi/asm/ |
A D | cmpxchg.h | 129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | atomics.c | 136 int cmpxchg(const void *ctx) in cmpxchg() function
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/ |
A D | context_switch.c | 264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-instrumented.h | 1911 #define cmpxchg(ptr, ...) \ macro
|
Completed in 13 milliseconds