Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtimeconv.c77 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() argument
83 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()
/Linux-v4.19/include/linux/
Dtime32.h160 static inline void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm() argument
162 time64_to_tm(totalsecs, offset, result); in time_to_tm()
Dtime.h71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);