Home
last modified time | relevance | path

Searched refs:vdso_read_retry (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/vdso/
Dvgettimeofday.c44 static notrace int vdso_read_retry(const struct vdso_data *vdata, u32 start) in vdso_read_retry() function
78 } while (vdso_read_retry(vdata, seq)); in do_realtime_coarse()
98 } while (vdso_read_retry(vdata, seq)); in do_monotonic_coarse()
139 } while (vdso_read_retry(vdata, seq)); in do_realtime()
165 } while (vdso_read_retry(vdata, seq)); in do_monotonic()
/Linux-v5.4/arch/nds32/kernel/vdso/
Dgettimeofday.c44 static notrace int vdso_read_retry(const struct vdso_data *vdata, u32 start) in vdso_read_retry() function
77 } while (vdso_read_retry(vdata, seq)); in do_realtime_coarse()
96 } while (vdso_read_retry(vdata, seq)); in do_monotonic_coarse()
128 } while (vdso_read_retry(vdata, count)); in do_realtime()
153 } while (vdso_read_retry(vdata, seq)); in do_monotonic()
/Linux-v5.4/lib/vdso/
Dgettimeofday.c59 } while (unlikely(vdso_read_retry(vd, seq))); in do_hres()
81 } while (unlikely(vdso_read_retry(vd, seq))); in do_coarse()
/Linux-v5.4/include/vdso/
Dhelpers.h20 static __always_inline u32 vdso_read_retry(const struct vdso_data *vd, in vdso_read_retry() function