Searched refs:wait_for_atomic_us (Results 1 – 3 of 3) sorted by relevance
351 #define wait_for_atomic_us(COND, US) \ macro358 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
365 wait_for_atomic_us(gt_thread_status(uncore) == 0, 5000), in __gen6_gt_wait_for_thread_c0()
1765 if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 10)) { in wa_csb_read()