Searched refs:difference (Results 1 – 1 of 1) sorted by relevance
179 uint64_t difference = deadline - hpet_get_value(); in hpet_timer_set_oneshot() local180 if (unlikely(difference > (1ULL >> 63))) { in hpet_timer_set_oneshot()184 if (unlikely(difference < min_ticks_ahead)) { in hpet_timer_set_oneshot()
Completed in 7 milliseconds