Searched defs:cmpxchg (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 86 #define cmpxchg(ptr, old, new) \ macro
|
| /linux/tools/include/asm-generic/ |
| H A D | atomic-gcc.h | 65 #define cmpxchg(ptr, oldval, newval) \ macro
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | atomics.c | 136 int cmpxchg(const void *ctx) in cmpxchg() function
|
| H A D | arena_atomics.c | 178 int cmpxchg(const void *ctx) in cmpxchg() function
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_atomic.h | 47 #define cmpxchg(p, old, new) __sync_val_compare_and_swap((p), old, new) macro
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 400 pub fn cmpxchg<Ordering: ordering::Ordering>( in cmpxchg() function
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
|
| /linux/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 4783 #define cmpxchg(ptr, ...) \ macro
|