Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/vdso/
Dvclock_gettime.c225 seq = gtod_read_begin(gtod); in do_realtime()
246 seq = gtod_read_begin(gtod); in do_monotonic()
264 seq = gtod_read_begin(gtod); in do_realtime_coarse()
274 seq = gtod_read_begin(gtod); in do_monotonic_coarse()
/linux-4.4.14/arch/x86/include/asm/
Dvgtod.h40 static inline unsigned gtod_read_begin(const struct vsyscall_gtod_data *s) in gtod_read_begin() function