Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Dclass.c48 static struct timespec64 old_rtc, old_system, old_delta; variable
71 getnstimeofday64(&old_system); in rtc_suspend()
81 delta = timespec64_sub(old_system, old_rtc); in rtc_suspend()
91 old_system = timespec64_sub(old_system, delta_delta); in rtc_suspend()
139 timespec64_sub(new_system, old_system)); in rtc_resume()