RW_LOCK_BIAS 68 arch/sh/include/asm/spinlock-cas.h while (__sl_cas(&rw->lock, RW_LOCK_BIAS, 0) != RW_LOCK_BIAS); RW_LOCK_BIAS 73 arch/sh/include/asm/spinlock-cas.h __sl_cas(&rw->lock, 0, RW_LOCK_BIAS); RW_LOCK_BIAS 86 arch/sh/include/asm/spinlock-cas.h return __sl_cas(&rw->lock, RW_LOCK_BIAS, 0) == RW_LOCK_BIAS; RW_LOCK_BIAS 137 arch/sh/include/asm/spinlock-llsc.h : "r" (&rw->lock), "r" (RW_LOCK_BIAS) RW_LOCK_BIAS 147 arch/sh/include/asm/spinlock-llsc.h : "r" (&rw->lock), "r" (RW_LOCK_BIAS) RW_LOCK_BIAS 191 arch/sh/include/asm/spinlock-llsc.h : "r" (&rw->lock), "r" (RW_LOCK_BIAS) RW_LOCK_BIAS 195 arch/sh/include/asm/spinlock-llsc.h return (oldval > (RW_LOCK_BIAS - 1)); RW_LOCK_BIAS 20 arch/sh/include/asm/spinlock_types.h #define __ARCH_RW_LOCK_UNLOCKED { RW_LOCK_BIAS }