__atomic_cmpxchg_bool   61 arch/s390/include/asm/spinlock.h 	return likely(__atomic_cmpxchg_bool(&lp->lock, 0, SPINLOCK_LOCKVAL));
__atomic_cmpxchg_bool  128 arch/s390/include/asm/spinlock.h 	if (!__atomic_cmpxchg_bool(&rw->cnts, 0, 0x30000))
__atomic_cmpxchg_bool  144 arch/s390/include/asm/spinlock.h 		__atomic_cmpxchg_bool(&rw->cnts, old, old + 1));
__atomic_cmpxchg_bool  152 arch/s390/include/asm/spinlock.h 	return !old && __atomic_cmpxchg_bool(&rw->cnts, 0, 0x30000);
__atomic_cmpxchg_bool  142 arch/s390/lib/spinlock.c 			if (__atomic_cmpxchg_bool(&lp->lock, old, new))
__atomic_cmpxchg_bool  150 arch/s390/lib/spinlock.c 		if (__atomic_cmpxchg_bool(&lp->lock, old, new))
__atomic_cmpxchg_bool  187 arch/s390/lib/spinlock.c 			if (__atomic_cmpxchg_bool(&lp->lock, old, new))
__atomic_cmpxchg_bool  262 arch/s390/lib/spinlock.c 			if (__atomic_cmpxchg_bool(&lp->lock, 0, cpu))
__atomic_cmpxchg_bool  304 arch/s390/lib/spinlock.c 		    __atomic_cmpxchg_bool(&rw->cnts, old, old | 0x10000))