Home
last modified time | relevance | path

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

/external/iproute2/include/
Dutils.h192 unsigned long long tvusec; in __jiffies_to_tv() local
194 tvusec = 10000ULL*jiffies; in __jiffies_to_tv()
195 tv->tv_sec = tvusec/1000000; in __jiffies_to_tv()
196 tv->tv_usec = tvusec - 1000000 * tv->tv_sec; in __jiffies_to_tv()