Searched refs:last_tsc (Results 1 – 3 of 3) sorted by relevance
179 return ((t - vxtime.last_tsc) * vxtime.tsc_quot) >> 32; in do_gettimeoffset_tsc()372 offset = (((tsc - vxtime.last_tsc) * vxtime.tsc_quot) >> 32) - tick; in timer_interrupt()382 vxtime.last_tsc = tsc - vxtime.quot * delay / vxtime.tsc_quot; in timer_interrupt()384 if ((((tsc - vxtime.last_tsc) * vxtime.tsc_quot) >> 32) < offset) in timer_interrupt()385 vxtime.last_tsc = tsc - (((long)offset << 32) / vxtime.tsc_quot) - 1; in timer_interrupt()652 rdtscll_sync(&vxtime.last_tsc); in time_init()
73 usec += (((t - __vxtime.last_tsc) * __vxtime.tsc_quot) >> 32); in do_vgettimeofday()
26 long last_tsc; member