Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dtimeconv.c47 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() argument
55 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()
/Linux-v5.15/include/linux/
Dtime.h58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);