Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
Datomic.h12 #define atomic_cmpxchg_release atomic_cmpxchg macro
Drefcount.h135 old = atomic_cmpxchg_release(&r->refs, val, new); in refcount_sub_and_test()
/Linux-v6.1/kernel/locking/
Dosq_lock.c215 if (likely(atomic_cmpxchg_release(&lock->tail, curr, in osq_unlock()
/Linux-v6.1/tools/memory-model/
Dlinux-kernel.def111 atomic_cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
/Linux-v6.1/tools/memory-model/Documentation/
Dglossary.txt170 atomic_set_release() and atomic_cmpxchg_release() also include
/Linux-v6.1/include/linux/atomic/
Datomic-instrumented.h515 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() function
/Linux-v6.1/arch/x86/kvm/
Dlapic.c314 atomic_cmpxchg_release(&kvm->arch.apic_map_dirty, in kvm_recalculate_apic_map()