Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c19 int yield_cpu; member
375 next->yield_cpu = owner; in propagate_yield_cpu()
388 int yield_cpu; in yield_to_prev() local
397 yield_cpu = READ_ONCE(node->yield_cpu); in yield_to_prev()
398 if (yield_cpu == -1) { in yield_to_prev()
401 node->next->yield_cpu = yield_cpu; in yield_to_prev()
419 if (yield_cpu == node->yield_cpu) { in yield_to_prev()
420 if (node->next && node->next->yield_cpu != yield_cpu) in yield_to_prev()
421 node->next->yield_cpu = yield_cpu; in yield_to_prev()
573 node->yield_cpu = -1; in queued_spin_lock_mcs_queue()
[all …]