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, 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()