Home
last modified time | relevance | path

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

/third_party/libnl/lib/
Dutils.c427 static double ticks_per_usec = 1.0f; variable
471 ticks_per_usec = t; in get_psched_settings()
492 ticks_per_usec = (double) ns_per_usec / in get_psched_settings()
533 return us * ticks_per_usec; in nl_us2ticks()
545 return ticks / ticks_per_usec; in nl_ticks2us()