Searched refs:delta_delta (Results 1 – 2 of 2) sorted by relevance
96 struct timespec64 delta, delta_delta; in rtc_suspend() local122 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend()123 if (delta_delta.tv_sec < -2 || delta_delta.tv_sec >= 2) { in rtc_suspend()131 old_system = timespec64_sub(old_system, delta_delta); in rtc_suspend()
1823 struct timespec64 delta, delta_delta; in timekeeping_suspend() local1862 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()1863 if (abs(delta_delta.tv_sec) >= 2) { in timekeeping_suspend()1872 timespec64_add(timekeeping_suspend_time, delta_delta); in timekeeping_suspend()