Searched refs:LCK_SPIN_TYPE (Results 1 – 3 of 3) sorted by relevance
624 lck->type = LCK_SPIN_TYPE; in lck_spin_init()638 lck->type = LCK_SPIN_TYPE; in arm_usimple_lock_init()650 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock()662 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_grp()676 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt()688 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt_grp()737 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock()754 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock_nopreempt()1822 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_assert()
73 #define LCK_SPIN_TYPE 0x00000011 macro
3012 LCK_SPIN_TYPE = 0x113013 if spinlock.type != LCK_SPIN_TYPE: