Searched refs:wait_for_atomic_us (Results 1 – 3 of 3) sorted by relevance
395 #define wait_for_atomic_us(COND, US) \ macro402 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
328 wait_for_atomic_us(gt_thread_status(uncore) == 0, 5000), in __gen6_gt_wait_for_thread_c0()
2509 if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 50)) in gen12_csb_parse()