Searched refs:vsyscall_gtod_data (Results 1 – 4 of 4) sorted by relevance
16 struct vsyscall_gtod_data { struct38 extern struct vsyscall_gtod_data vsyscall_gtod_data; argument40 static inline unsigned gtod_read_begin(const struct vsyscall_gtod_data *s) in gtod_read_begin()54 static inline int gtod_read_retry(const struct vsyscall_gtod_data *s, in gtod_read_retry()61 static inline void gtod_write_begin(struct vsyscall_gtod_data *s) in gtod_write_begin()67 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)
19 DEFINE_VVAR(struct vsyscall_gtod_data, vsyscall_gtod_data);23 vsyscall_gtod_data.tz_minuteswest = sys_tz.tz_minuteswest; in update_vsyscall_tz()24 vsyscall_gtod_data.tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()29 struct vsyscall_gtod_data *vdata = &vsyscall_gtod_data; in update_vsyscall()
23 #define gtod (&VVAR(vsyscall_gtod_data))