Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dqspinlock_types.h65 #define _Q_TAIL_CPU_BITS 15 macro
68 #if CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)
/openbmc/linux/include/asm-generic/
H A Dqspinlock_types.h86 #define _Q_TAIL_CPU_BITS (32 - _Q_TAIL_CPU_OFFSET) macro
/openbmc/linux/kernel/locking/
H A Dqspinlock.c322 BUILD_BUG_ON(CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)); in queued_spin_lock_slowpath()
/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c552 BUILD_BUG_ON(CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)); in queued_spin_lock_mcs_queue()