Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/vdso/
Dvclock_gettime.c237 seq = gtod_read_begin(gtod); in do_realtime()
258 seq = gtod_read_begin(gtod); in do_monotonic()
276 seq = gtod_read_begin(gtod); in do_realtime_coarse()
286 seq = gtod_read_begin(gtod); in do_monotonic_coarse()
/linux-4.1.27/arch/x86/include/asm/
Dvgtod.h40 static inline unsigned gtod_read_begin(const struct vsyscall_gtod_data *s) in gtod_read_begin() function