totalsecs 71 include/linux/time.h void time64_to_tm(time64_t totalsecs, int offset, struct tm *result); totalsecs 78 kernel/time/timeconv.c void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) totalsecs 84 kernel/time/timeconv.c days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder);