wait_for_atomic_us
if (wait_for_atomic_us((entry = READ_ONCE(*csb)) != -1, 10)) {
#define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
wait_for_atomic_us(gt_thread_status(uncore) == 0, 5000),