Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dqspinlock.c284 …ays_inline bool __yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt, bool mustq) in __yield_to_locked_owner() argument
319 if (mustq) in __yield_to_locked_owner()
322 if (mustq) in __yield_to_locked_owner()
345 bool mustq = false; in yield_head_to_locked_owner() local
348 mustq = true; in yield_head_to_locked_owner()
350 return __yield_to_locked_owner(lock, val, paravirt, mustq); in yield_head_to_locked_owner()
533 bool mustq = false; in queued_spin_lock_mcs_queue() local
650 if (!mustq && iters >= get_head_spins(paravirt, sleepy)) { in queued_spin_lock_mcs_queue()
651 mustq = true; in queued_spin_lock_mcs_queue()