Home
last modified time | relevance | path

Searched refs:atomic_cmpxchg_relaxed (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/linux/
H A Datomic.h10 #ifndef atomic_cmpxchg_relaxed
11 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt105 | atomic_cmpxchg_relaxed | On success: R*[ONCE] ->rmw W*[ONCE] |
H A Dordering.txt104 while examples of the latter include atomic_cmpxchg_relaxed() and
/linux/tools/memory-model/
H A Dlinux-kernel.def131 atomic_cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W)
/linux/rust/helpers/
H A Datomic.c419 return atomic_cmpxchg_relaxed(v, old, new); in rust_helper_atomic_cmpxchg_release()