Searched refs:NR_PNV_CORE_IDLE_LOCK_BIT (Results 1 – 2 of 2) sorted by relevance
30 #define NR_PNV_CORE_IDLE_LOCK_BIT 28 macro31 #define PNV_CORE_IDLE_LOCK_BIT (1ULL << NR_PNV_CORE_IDLE_LOCK_BIT)
251 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()