cmpxchg_acquire   199 arch/powerpc/include/asm/atomic.h 	cmpxchg_acquire(&((v)->counter), (o), (n))
cmpxchg_acquire   491 arch/powerpc/include/asm/atomic.h 	cmpxchg_acquire(&((v)->counter), (o), (n))
cmpxchg_acquire   534 arch/powerpc/include/asm/cmpxchg.h 	cmpxchg_acquire((ptr), (o), (n));				\
cmpxchg_acquire    38 include/linux/atomic-fallback.h #ifndef cmpxchg_acquire
cmpxchg_acquire    91 kernel/locking/qspinlock_paravirt.h 		   (cmpxchg_acquire(&lock->locked, 0, _Q_LOCKED_VAL) == 0)) {
cmpxchg_acquire   122 kernel/locking/qspinlock_paravirt.h 	       (cmpxchg_acquire(&lock->locked_pending, _Q_PENDING_VAL,
cmpxchg_acquire   145 kernel/locking/rtmutex.c # define rt_mutex_cmpxchg_acquire(l,c,n) (cmpxchg_acquire(&l->owner, c, n) == c)