Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/vdso/
Dgettimeofday.c33 } while (vdso_data_read_retry(data, start_seq)); in do_realtime_coarse()
53 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic_coarse()
138 } while (vdso_data_read_retry(data, start_seq)); in do_realtime()
165 } while (vdso_data_read_retry(data, start_seq)); in do_monotonic()
/linux-4.4.14/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