Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimeconv.c78 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() argument
84 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime.h71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);