Home
last modified time | relevance | path

Searched refs:atomic_cmpxchg_release (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/linux/
H A Datomic.h12 #define atomic_cmpxchg_release atomic_cmpxchg macro
H A Drefcount.h140 old = atomic_cmpxchg_release(&r->refs, val, new); in refcount_sub_and_test()
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt109 | atomic_cmpxchg_release | On success: R*[RELEASE] ->rmw W*[RELEASE] |
H A Dglossary.txt170 atomic_set_release() and atomic_cmpxchg_release() also include
/linux/tools/memory-model/
H A Dlinux-kernel.def133 atomic_cmpxchg_release(X,V,W) __cmpxchg{RELEASE}(X,V,W)
/linux/rust/helpers/
H A Datomic.c418 return atomic_cmpxchg_release(v, old, new); in rust_helper_atomic_cmpxchg_release()
/linux/include/linux/atomic/
H A Datomic-instrumented.h1233 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() function
/linux/arch/x86/kvm/
H A Dlapic.c450 atomic_cmpxchg_release(&kvm->arch.apic_map_dirty, in kvm_recalculate_apic_map()