Home
last modified time | relevance | path

Searched refs:_Q_LOCKED_VAL (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/lib/
A Dqspinlock.c146 "i" (_Q_LOCKED_VAL), in trylock_clean_tail()
218 BUG_ON(!(old & _Q_LOCKED_VAL)); in try_set_sleepy()
290 BUG_ON(!(val & _Q_LOCKED_VAL)); in __yield_to_locked_owner()
394 if (val & _Q_LOCKED_VAL) { in yield_to_prev()
478 if (unlikely(!(val & _Q_LOCKED_VAL))) { in try_to_steal_lock()
613 if (!(val & _Q_LOCKED_VAL)) in queued_spin_lock_mcs_queue()
661 if (unlikely(old & _Q_LOCKED_VAL)) { in queued_spin_lock_mcs_queue()
/arch/loongarch/include/asm/
A Dqspinlock.h29 if (val || !atomic_try_cmpxchg(&lock->val, &val, _Q_LOCKED_VAL)) { in virt_spin_lock()
/arch/x86/include/asm/
A Dqspinlock_paravirt.h43 "mov $" __stringify(_Q_LOCKED_VAL) ",%eax\n\t" \
A Dqspinlock.h104 if (val || !atomic_try_cmpxchg(&lock->val, &val, _Q_LOCKED_VAL)) { in virt_spin_lock()
/arch/powerpc/include/asm/
A Dqspinlock_types.h42 #define _Q_LOCKED_VAL (1U << _Q_LOCKED_OFFSET) macro
A Dqspinlock.h89 return _Q_LOCKED_VAL | (smp_processor_id() << _Q_OWNER_CPU_OFFSET); in queued_spin_encode_locked_val()

Completed in 11 milliseconds