Searched refs:vsyscall_gtod_data (Results 1 – 4 of 4) sorted by relevance
17 struct vsyscall_gtod_data { struct39 extern struct vsyscall_gtod_data vsyscall_gtod_data; argument47 static inline unsigned gtod_read_begin(const struct vsyscall_gtod_data *s) in gtod_read_begin()61 static inline int gtod_read_retry(const struct vsyscall_gtod_data *s, in gtod_read_retry()68 static inline void gtod_write_begin(struct vsyscall_gtod_data *s) in gtod_write_begin()74 static inline void gtod_write_end(struct vsyscall_gtod_data *s) in gtod_write_end()
47 DECLARE_VVAR(128, struct vsyscall_gtod_data, vsyscall_gtod_data)
22 DEFINE_VVAR(struct vsyscall_gtod_data, vsyscall_gtod_data);26 vsyscall_gtod_data.tz_minuteswest = sys_tz.tz_minuteswest; in update_vsyscall_tz()27 vsyscall_gtod_data.tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()33 struct vsyscall_gtod_data *vdata = &vsyscall_gtod_data; in update_vsyscall()
25 #define gtod (&VVAR(vsyscall_gtod_data))