Searched refs:last_value (Results 1 – 1 of 1) sorted by relevance
580 static uint64_t last_value; in read_xen_timer() local596 last = read_atomic(&last_value); in read_xen_timer()599 } while ( unlikely(cmpxchg(&last_value, last, ret) != last) ); in read_xen_timer()
Completed in 5 milliseconds