Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds