Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dtimex.h105 void tod_to_timeval(__u64, struct timespec *);
110 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec()
/linux-2.6.39/arch/s390/kernel/
Dtime.c79 void tod_to_timeval(__u64 todval, struct timespec *xt) in tod_to_timeval() function
89 EXPORT_SYMBOL(tod_to_timeval);
187 tod_to_timeval(get_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock()
192 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock()