Searched refs:gtod_read_retry (Results 1 – 2 of 2) sorted by relevance
231 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime()252 } while (unlikely(gtod_read_retry(gtod, seq))); in do_monotonic()267 } while (unlikely(gtod_read_retry(gtod, seq))); in do_realtime_coarse()277 } 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