···2020 * the tv_nsec part positive so we can use the usual normalization.2121 *2222 * wall_to_monotonic is moved after resume from suspend for the2323- * monotonic time not to jump. We need to add total_sleep_time to2424- * wall_to_monotonic to get the real boot based time offset.2323+ * monotonic time not to jump. To calculate the real boot time offset2424+ * we need to do offs_real - offs_boot.2525 *2626 * - wall_to_monotonic is no longer the boot time, getboottime must be2727 * used instead.···5151 /* Offset clock monotonic -> clock tai */5252 ktime_t offs_tai;53535454- /* time spent in suspend */5555- struct timespec64 total_sleep_time;5654 /* The current UTC to TAI offset in seconds */5755 s32 tai_offset;5856