Searched refs:ns (Results 1 – 1 of 1) sorted by relevance
49 uint64_t ns; in ticks_to_ts() local51 ns = howmany(ticks * NS_PER_SEC, freq); in ticks_to_ts()53 ts->tv_sec = ns / NS_PER_SEC; in ticks_to_ts()54 ts->tv_nsec = ns % NS_PER_SEC; in ticks_to_ts()
Completed in 2 milliseconds