Home
last modified time | relevance | path

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

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