Searched refs:totalsecs (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | timeconv.c | 77 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/ |
D | time32.h | 160 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()
|
D | time.h | 71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|