Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dqspinlock.c285 …ays_inline bool __yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt, bool mustq) in __yield_to_locked_owner() argument
320 if (mustq) in __yield_to_locked_owner()
323 if (mustq) in __yield_to_locked_owner()
346 bool mustq = false; in yield_head_to_locked_owner() local
349 mustq = true; in yield_head_to_locked_owner()
351 return __yield_to_locked_owner(lock, val, paravirt, mustq); in yield_head_to_locked_owner()
534 bool mustq = false; in queued_spin_lock_mcs_queue() local
651 if (!mustq && iters >= get_head_spins(paravirt, sleepy)) { in queued_spin_lock_mcs_queue()
652 mustq = true; in queued_spin_lock_mcs_queue()