Searched refs:uv_read_rtc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/platform/uv/
H A Duv_time.c33 static cycle_t uv_read_rtc(struct clocksource *cs);
41 .read = uv_read_rtc,
137 if (uv_read_rtc(NULL) <= expires) uv_setup_intr()
273 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force) uv_rtc_unset_timer()
300 static cycle_t uv_read_rtc(struct clocksource *cs) uv_read_rtc() function
320 return uv_rtc_set_timer(ced_cpu, delta + uv_read_rtc(NULL)); uv_rtc_next_event()

Completed in 94 milliseconds