Home
last modified time | relevance | path

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

/external/libnl/lib/
Dutils.c273 static double ticks_per_usec = 1.0f; variable
304 ticks_per_usec = t; in get_psched_settings()
320 ticks_per_usec = (double)tick/(double)us; in get_psched_settings()
343 return us * ticks_per_usec; in nl_us2ticks()
354 return ticks / ticks_per_usec; in nl_ticks2us()