Home
last modified time | relevance | path

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

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