Home
last modified time | relevance | path

Searched refs:last_value (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c580 static uint64_t last_value; in read_xen_timer() local
596 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