Home
last modified time | relevance | path

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

/devicemodel/include/
A Dtimer.h49 uint64_t ns; in ticks_to_ts() local
51 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