Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A 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-6.3-rc2/include/linux/
A Dtime.h58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);

Completed in 3 milliseconds