Home
last modified time | relevance | path

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

/openbmc/linux/samples/timers/
H A Dhpet_example.c137 struct timeval stv, etv; in hpet_poll() local
189 gettimeofday(&etv, &tz); in hpet_poll()
191 usec = (etv.tv_sec * 1000000 + etv.tv_usec) - usec; in hpet_poll()