Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds