Home
last modified time | relevance | path

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

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