Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/timers/
Dhpet_example.c136 struct timeval stv, etv; in hpet_poll() local
188 gettimeofday(&etv, &tz); in hpet_poll()
190 usec = (etv.tv_sec * 1000000 + etv.tv_usec) - usec; in hpet_poll()
/linux-2.6.39/arch/s390/include/asm/
Detr.h84 unsigned int etv : 32; /* Upper 32 bits of TOD. */ member
/linux-2.6.39/arch/s390/kernel/
Dtime.c681 if (a1->edf2.etv + 1 != a2->edf2.etv) in etr_aib_follows()
760 clock = ((unsigned long long) (aib->edf2.etv + 1)) << 32; in etr_sync_clock()
769 (aib->edf2.etv - sync_port->edf2.etv) << 32; in etr_sync_clock()