Searched refs:wait_for_atomic_us (Results 1 – 3 of 3) sorted by relevance
401 #define wait_for_atomic_us(COND, US) \ macro408 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
342 wait_for_atomic_us(gt_thread_status(uncore) == 0, 5000), in __gen6_gt_wait_for_thread_c0()
1753 if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 10)) { in wa_csb_read()
Completed in 14 milliseconds