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