Searched refs:get_localtime_us (Results 1 – 3 of 3) sorted by relevance
38 uint64_t get_localtime_us(struct domain *d);
155 uint64_t get_localtime_us(struct domain *d) in get_localtime_us() function
191 guest_usec = get_localtime_us(d) % USEC_PER_SEC; in check_update_timer()275 next_update_time = USEC_PER_SEC - (get_localtime_us(d) % USEC_PER_SEC); in alarm_timer_update()639 guest_usec = get_localtime_us(d); in update_in_progress()
Completed in 3 milliseconds