Home
last modified time | relevance | path

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

/include/linux/
Dtime.h208 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
218 static inline void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm() argument
220 time64_to_tm(totalsecs, offset, result); in time_to_tm()