Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dtime.c79 void tod_to_timeval(__u64 todval, struct timespec *xt) in tod_to_timeval() argument
83 sec = todval >> 12; in tod_to_timeval()
86 todval -= (sec * 1000000) << 12; in tod_to_timeval()
87 xt->tv_nsec = ((todval * 1000) >> 12); in tod_to_timeval()