Searched refs:atomic_cmpxchg_release (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/tools/include/linux/ |
| D | atomic.h | 10 #define atomic_cmpxchg_release atomic_cmpxchg macro
|
| D | refcount.h | 135 old = atomic_cmpxchg_release(&r->refs, val, new); in refcount_sub_and_test()
|
| /Linux-v5.15/kernel/locking/ |
| D | osq_lock.c | 215 if (likely(atomic_cmpxchg_release(&lock->tail, curr, in osq_unlock()
|
| /Linux-v5.15/tools/memory-model/ |
| D | linux-kernel.def | 111 atomic_cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
|
| /Linux-v5.15/tools/memory-model/Documentation/ |
| D | glossary.txt | 170 atomic_set_release() and atomic_cmpxchg_release() also include
|
| /Linux-v5.15/include/linux/atomic/ |
| D | atomic-instrumented.h | 487 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() function
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | lapic.c | 277 atomic_cmpxchg_release(&kvm->arch.apic_map_dirty, in kvm_recalculate_apic_map()
|