Searched refs:gtod_read_retry (Results 1 – 2 of 2) sorted by relevance
222 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime()243 } while (unlikely(gtod_read_retry(gtod, seq))); in do_monotonic()258 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime_coarse()268 } while (unlikely(gtod_read_retry(gtod, seq))); in do_monotonic_coarse()
61 static inline int gtod_read_retry(const struct vsyscall_gtod_data *s, in gtod_read_retry() function