Searched refs:delta_delta (Results 1 – 1 of 1) sorted by relevance
1518 struct timespec64 delta, delta_delta; in timekeeping_suspend() local1544 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()1545 if (abs(delta_delta.tv_sec) >= 2) { in timekeeping_suspend()1554 timespec64_add(timekeeping_suspend_time, delta_delta); in timekeeping_suspend()