Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c109 static inline int get_owner_cpu(u32 val) in get_owner_cpu() function
301 owner = get_owner_cpu(val); in __yield_to_locked_owner()
366 owner = get_owner_cpu(val); in propagate_yield_cpu()
409 if (get_owner_cpu(READ_ONCE(lock->val)) != yield_cpu) in yield_to_prev()
463 int cpu = get_owner_cpu(val); in steal_break()