Searched refs:gtod_read_retry (Results 1 – 2 of 2) sorted by relevance
243 } 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()
54 static inline int gtod_read_retry(const struct vsyscall_gtod_data *s, in gtod_read_retry() function