Searched refs:test_and_set_bit_lock (Results 1 – 7 of 7) sorted by relevance
179 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function212 return test_and_set_bit_lock(nr, addr); in test_and_set_bit()
160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
132 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) { in wd_smp_lock()
557 #define test_and_set_bit_lock test_and_set_bit macro
480 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()
244 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
251 while (unlikely(test_and_set_bit_lock(NR_PNV_CORE_IDLE_LOCK_BIT, lock))) in atomic_lock_thread_idle()
Completed in 573 milliseconds