Searched refs:todval (Results 1 – 1 of 1) sorted by relevance
79 void tod_to_timeval(__u64 todval, struct timespec *xt) in tod_to_timeval() argument83 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()