Searched refs:atomic_cmpxchg_release (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/linux/
H A Datomic.h12 #define atomic_cmpxchg_release atomic_cmpxchg macro
H A Drefcount.h135 old = atomic_cmpxchg_release(&r->refs, val, new);
/linux-master/kernel/locking/
H A Dosq_lock.c218 if (likely(atomic_cmpxchg_release(&lock->tail, curr,
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h1220 * atomic_cmpxchg_release() - atomic compare and exchange with release ordering
1233 atomic_cmpxchg_release(atomic_t *v, int old, int new) function
/linux-master/arch/x86/kvm/
H A Dlapic.c479 atomic_cmpxchg_release(&kvm->arch.apic_map_dirty,

Completed in 147 milliseconds