atomic_cmpxchg_release  309 arch/riscv/include/asm/atomic.h #define atomic_cmpxchg_release atomic_cmpxchg_release
atomic_cmpxchg_release  676 include/asm-generic/atomic-instrumented.h #define atomic_cmpxchg_release atomic_cmpxchg_release
atomic_cmpxchg_release  918 include/asm-generic/atomic-long.h 	return atomic_cmpxchg_release(v, old, new);
atomic_cmpxchg_release  881 include/linux/atomic-fallback.h #ifndef atomic_cmpxchg_release
atomic_cmpxchg_release  888 include/linux/atomic-fallback.h #define atomic_cmpxchg_release atomic_cmpxchg_release
atomic_cmpxchg_release  944 include/linux/atomic-fallback.h 	r = atomic_cmpxchg_release(v, o, new);
atomic_cmpxchg_release  214 kernel/locking/osq_lock.c 	if (likely(atomic_cmpxchg_release(&lock->tail, curr,
atomic_cmpxchg_release  135 tools/include/linux/refcount.h 		old = atomic_cmpxchg_release(&r->refs, val, new);