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

/linux-4.1.27/Documentation/timers/
H A Dhpet_example.c136 struct timeval stv, etv; hpet_poll() local
182 gettimeofday(&stv, &tz); hpet_poll()
189 usec = stv.tv_sec * 1000000 + stv.tv_usec; hpet_poll()

Completed in 60 milliseconds