Home
last modified time | relevance | path

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

/linux/tools/include/asm-generic/
A Datomic-gcc.h64 #define cmpxchg(ptr, oldval, newval) \ macro
/linux/tools/arch/x86/include/asm/
A Dcmpxchg.h86 #define cmpxchg(ptr, old, new) \ macro
/linux/arch/ia64/include/uapi/asm/
A Dcmpxchg.h133 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
/linux/tools/testing/selftests/bpf/progs/
A Datomics.c136 int BPF_PROG(cmpxchg, int a) in BPF_PROG() argument
/linux/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
/linux/include/linux/atomic/
A Datomic-instrumented.h1786 #define cmpxchg(ptr, ...) \ macro

Completed in 11 milliseconds