Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/arch/s390/include/asm/
Detr.h82 unsigned int etv : 32; /* Upper 32 bits of TOD. */ member
/linux-4.1.27/arch/s390/kernel/
Dtime.c702 if (a1->edf2.etv + 1 != a2->edf2.etv) in etr_aib_follows()
781 clock = ((unsigned long long) (aib->edf2.etv + 1)) << 32; in etr_sync_clock()
790 (aib->edf2.etv - sync_port->edf2.etv) << 32; in etr_sync_clock()