Searched refs:wait_for_atomic_us (Results 1 – 2 of 2) sorted by relevance
110 #define wait_for_atomic_us(COND, US) \ macro117 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
1763 if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 10)) { in wa_csb_read()