Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dpvclock.c47 static atomic64_t last_value = ATOMIC64_INIT(0); variable
51 atomic64_set(&last_value, 0); in pvclock_resume()
104 last = raw_atomic64_read(&last_value); in __pvclock_clocksource_read()
108 } while (!raw_atomic64_try_cmpxchg(&last_value, &last, ret)); in __pvclock_clocksource_read()

Completed in 3 milliseconds