Home
last modified time | relevance | path

Searched defs:cmpxchg (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/arch/x86/include/asm/
Dcmpxchg.h86 #define cmpxchg(ptr, old, new) \ macro
/linux-6.6.21/tools/include/asm-generic/
Datomic-gcc.h65 #define cmpxchg(ptr, oldval, newval) \ macro
/linux-6.6.21/arch/ia64/include/uapi/asm/
Dcmpxchg.h129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Datomics.c136 int cmpxchg(const void *ctx) in cmpxchg() function
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h4741 #define cmpxchg(ptr, ...) \ macro