Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
Dclass.c104 struct timespec64 delta, delta_delta; in rtc_suspend() local
130 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend()
131 if (delta_delta.tv_sec < -2 || delta_delta.tv_sec >= 2) { in rtc_suspend()
139 old_system = timespec64_sub(old_system, delta_delta); in rtc_suspend()
/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c1816 struct timespec64 delta, delta_delta; in timekeeping_suspend() local
1855 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()
1856 if (abs(delta_delta.tv_sec) >= 2) { in timekeeping_suspend()
1865 timespec64_add(timekeeping_suspend_time, delta_delta); in timekeeping_suspend()