Home
last modified time | relevance | path

Searched refs:gtod_read_retry (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/vdso/
Dvclock_gettime.c243 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime()
264 } while (unlikely(gtod_read_retry(gtod, seq))); in do_monotonic()
279 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime_coarse()
289 } while (unlikely(gtod_read_retry(gtod, seq))); in do_monotonic_coarse()
/linux-4.1.27/arch/x86/include/asm/
Dvgtod.h54 static inline int gtod_read_retry(const struct vsyscall_gtod_data *s, in gtod_read_retry() function