Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dcpuidle.h30 #define NR_PNV_CORE_IDLE_LOCK_BIT 28 macro
31 #define PNV_CORE_IDLE_LOCK_BIT (1ULL << NR_PNV_CORE_IDLE_LOCK_BIT)
/linux-6.1.9/arch/powerpc/platforms/powernv/
Didle.c251 while (unlikely(test_and_set_bit_lock(NR_PNV_CORE_IDLE_LOCK_BIT, state))) in atomic_lock_thread_idle()
282 BUG_ON(!test_bit(NR_PNV_CORE_IDLE_LOCK_BIT, state)); in atomic_unlock_thread_idle()
283 clear_bit_unlock(NR_PNV_CORE_IDLE_LOCK_BIT, state); in atomic_unlock_thread_idle()