Searched refs:todval (Results 1 – 1 of 1) sorted by relevance
251 static __always_inline unsigned long tod_to_ns(unsigned long todval) in tod_to_ns() argument253 return ((todval >> 9) * 125) + (((todval & 0x1ff) * 125) >> 9); in tod_to_ns()256 static __always_inline u128 eitod_to_ns(u128 todval) in eitod_to_ns() argument258 return (todval * 125) >> 9; in eitod_to_ns()
Completed in 4 milliseconds