Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/linux/
Datomic.h10 #define atomic_cmpxchg_release atomic_cmpxchg macro
Drefcount.h135 old = atomic_cmpxchg_release(&r->refs, val, new); in refcount_sub_and_test()
/Linux-v5.10/kernel/locking/
Dosq_lock.c215 if (likely(atomic_cmpxchg_release(&lock->tail, curr, in osq_unlock()
/Linux-v5.10/include/linux/
Datomic-fallback.h955 #define arch_atomic_cmpxchg_release atomic_cmpxchg_release
960 #define atomic_cmpxchg_release atomic_cmpxchg macro
975 #ifndef atomic_cmpxchg_release
977 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() function
982 #define atomic_cmpxchg_release atomic_cmpxchg_release macro
1043 r = atomic_cmpxchg_release(v, o, new); in atomic_try_cmpxchg_release()
/Linux-v5.10/arch/riscv/include/asm/
Datomic.h307 #define atomic_cmpxchg_release atomic_cmpxchg_release in ATOMIC_OPS() macro
/Linux-v5.10/tools/memory-model/
Dlinux-kernel.def111 atomic_cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h672 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() function
677 #define atomic_cmpxchg_release atomic_cmpxchg_release macro
Datomic-long.h919 return atomic_cmpxchg_release(v, old, new); in atomic_long_cmpxchg_release()
/Linux-v5.10/arch/x86/kvm/
Dlapic.c274 atomic_cmpxchg_release(&kvm->arch.apic_map_dirty, in kvm_recalculate_apic_map()