Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimeconv.c77 void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm() argument
82 days = totalsecs / SECS_PER_DAY; in time_to_tm()
83 rem = totalsecs % SECS_PER_DAY; in time_to_tm()
/linux-4.4.14/include/linux/
Dtime.h182 void time_to_tm(time_t totalsecs, int offset, struct tm *result);