Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c287 …ays_inline bool __yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt, bool mustq) in __yield_to_locked_owner() argument
322 if (mustq) in __yield_to_locked_owner()
325 if (mustq) in __yield_to_locked_owner()
348 bool mustq = false; in yield_head_to_locked_owner() local
351 mustq = true; in yield_head_to_locked_owner()
353 return __yield_to_locked_owner(lock, val, paravirt, mustq); in yield_head_to_locked_owner()
547 bool mustq = false; in queued_spin_lock_mcs_queue() local
668 if (!mustq && iters >= get_head_spins(paravirt, sleepy)) { in queued_spin_lock_mcs_queue()
669 mustq = true; in queued_spin_lock_mcs_queue()