Home
last modified time | relevance | path

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

/kernel/time/
Dtime.c817 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
827 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
828 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
833 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
837 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
838 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()