Home
last modified time | relevance | path

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

/arch/mips/vdso/
Dgettimeofday.c75 } while (vdso_data_read_retry(data, start_seq)); in do_realtime_coarse()
95 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic_coarse()
180 } while (vdso_data_read_retry(data, start_seq)); in do_realtime()
207 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic()
/arch/mips/include/asm/
Dvdso.h113 static inline bool vdso_data_read_retry(const union mips_vdso_data *data, in vdso_data_read_retry() function