Home
last modified time | relevance | path

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

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