Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtimex.h107 void tod_to_timeval(__u64, struct timespec *);
112 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec()
/arch/s390/kernel/
Dtime.c78 void tod_to_timeval(__u64 todval, struct timespec *xt) in tod_to_timeval() function
88 EXPORT_SYMBOL(tod_to_timeval);
197 tod_to_timeval(get_tod_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock()
202 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock()