RW_LOCK_BIAS       66 include/asm-cris/arch-v32/spinlock.h 	return (x)->lock == RW_LOCK_BIAS;
RW_LOCK_BIAS       80 include/asm-cris/arch-v32/spinlock.h 	while (rw->lock != RW_LOCK_BIAS);
RW_LOCK_BIAS       95 include/asm-cris/arch-v32/spinlock.h 	while (rw->lock != RW_LOCK_BIAS);
RW_LOCK_BIAS       96 include/asm-cris/arch-v32/spinlock.h 	rw->lock == RW_LOCK_BIAS;
RW_LOCK_BIAS      116 include/asm-cris/arch-v32/spinlock.h 	if (rw->lock == RW_LOCK_BIAS) {
RW_LOCK_BIAS      149 include/asm-m32r/spinlock.h #define __raw_write_can_lock(x) ((x)->lock == RW_LOCK_BIAS)
RW_LOCK_BIAS      313 include/asm-m32r/spinlock.h 	if (atomic_sub_and_test(RW_LOCK_BIAS, count))
RW_LOCK_BIAS      315 include/asm-m32r/spinlock.h 	atomic_add(RW_LOCK_BIAS, count);
RW_LOCK_BIAS       21 include/asm-m32r/spinlock_types.h #define __RAW_RW_LOCK_UNLOCKED		{ RW_LOCK_BIAS }
RW_LOCK_BIAS      307 include/asm-x86/spinlock.h 	return (lock)->lock == RW_LOCK_BIAS;
RW_LOCK_BIAS      325 include/asm-x86/spinlock.h 		     ::LOCK_PTR_REG (rw), "i" (RW_LOCK_BIAS) : "memory");
RW_LOCK_BIAS      343 include/asm-x86/spinlock.h 	if (atomic_sub_and_test(RW_LOCK_BIAS, count))
RW_LOCK_BIAS      345 include/asm-x86/spinlock.h 	atomic_add(RW_LOCK_BIAS, count);
RW_LOCK_BIAS      357 include/asm-x86/spinlock.h 		     : "+m" (rw->lock) : "i" (RW_LOCK_BIAS) : "memory");
RW_LOCK_BIAS       18 include/asm-x86/spinlock_types.h #define __RAW_RW_LOCK_UNLOCKED		{ RW_LOCK_BIAS }