Home
last modified time | relevance | path

Searched refs:NR_PNV_CORE_IDLE_LOCK_BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A 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)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A 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)
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Didle.c251 while (unlikely(test_and_set_bit_lock(NR_PNV_CORE_IDLE_LOCK_BIT, lock))) in atomic_lock_thread_idle()
275 clear_bit_unlock(NR_PNV_CORE_IDLE_LOCK_BIT, lock); in atomic_unlock_and_stop_thread_idle()
284 BUG_ON(!test_bit(NR_PNV_CORE_IDLE_LOCK_BIT, lock)); in atomic_unlock_thread_idle()
285 clear_bit_unlock(NR_PNV_CORE_IDLE_LOCK_BIT, lock); in atomic_unlock_thread_idle()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A 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()

Completed in 4 milliseconds