Searched refs:uv_read_rtc (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/platform/uv/
H A Duv_time.c21 static u64 uv_read_rtc(struct clocksource *cs);
28 .read = uv_read_rtc,
114 if (uv_read_rtc(NULL) <= expires)
249 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force)
276 static u64 uv_read_rtc(struct clocksource *cs) function
296 return uv_rtc_set_timer(ced_cpu, delta + uv_read_rtc(NULL));

Completed in 238 milliseconds