Searched defs:cmpxchg (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 164 milliseconds