Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgettimeofday.c73 } while (vdso_data_read_retry(data, start_seq)); in do_realtime_coarse()
93 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic_coarse()
178 } while (vdso_data_read_retry(data, start_seq)); in do_realtime()
205 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic()
/Linux-v4.19/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