Searched refs:totalsecs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timeconv.c | 73 * @totalsecs the number of seconds elapsed since 00:00:00 on January 1, 1970, 75 * @offset offset seconds adding to totalsecs. 78 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()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timeconv.c | 42 * @totalsecs: the number of seconds elapsed since 00:00:00 on January 1, 1970, 44 * @offset: offset seconds adding to totalsecs. 47 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | time.h | 58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time.h | 71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
Completed in 2 milliseconds