Searched refs:hit_time (Results 1 – 3 of 3) sorted by relevance
56 stm32f2xx_timer_set_alarm(s, s->hit_time); in stm32f2xx_timer_interrupt()90 s->hit_time = muldiv64((ticks + (uint64_t) now_ticks) * (s->tim_psc + 1), in stm32f2xx_timer_set_alarm()93 timer_mod(s->timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + s->hit_time); in stm32f2xx_timer_set_alarm()94 DB_PRINT("Wait Time: %" PRId64 " ticks\n", s->hit_time); in stm32f2xx_timer_set_alarm()
79 uint64_t hit_time; member
1179 static ktime_t hit_time; in stabilize() local1186 msec_hit = ktime_ms_delta(ct, hit_time); in stabilize()1235 hit_time = ct; in stabilize()