Searched refs:LCK_SPIN_TYPE (Results 1 – 3 of 3) sorted by relevance
615 lck->type = LCK_SPIN_TYPE; in lck_spin_init()628 lck->type = LCK_SPIN_TYPE; in arm_usimple_lock_init()640 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock()652 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_grp()666 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt()678 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt_grp()727 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock()744 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock_nopreempt()1804 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_assert()
73 #define LCK_SPIN_TYPE 0x00000011 macro
2378 LCK_SPIN_TYPE = 0x112379 if spinlock.type != LCK_SPIN_TYPE: