Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtimex.h112 void tod_to_timeval(__u64 todval, struct timespec64 *xt);
117 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec64()
/arch/s390/kernel/
Dtime.c82 void tod_to_timeval(__u64 todval, struct timespec64 *xt) in tod_to_timeval() function
92 EXPORT_SYMBOL(tod_to_timeval);
183 tod_to_timeval(get_tod_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock64()
188 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock64()