Lines Matching refs:vdata
29 static inline void update_vdso_time_data(struct vdso_time_data *vdata, struct timekeeper *tk) in update_vdso_time_data() argument
31 struct vdso_clock *vc = vdata->clock_data; in update_vdso_time_data()
79 struct vdso_time_data *vdata = vdso_k_time_data; in update_vsyscall() local
80 struct vdso_clock *vc = vdata->clock_data; in update_vsyscall()
86 vdso_write_begin(vdata); in update_vsyscall()
112 WRITE_ONCE(vdata->hrtimer_res, hrtimer_resolution); in update_vsyscall()
119 update_vdso_time_data(vdata, tk); in update_vsyscall()
124 vdso_write_end(vdata); in update_vsyscall()
126 __arch_sync_vdso_time_data(vdata); in update_vsyscall()
131 struct vdso_time_data *vdata = vdso_k_time_data; in update_vsyscall_tz() local
133 vdata->tz_minuteswest = sys_tz.tz_minuteswest; in update_vsyscall_tz()
134 vdata->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
136 __arch_sync_vdso_time_data(vdata); in update_vsyscall_tz()
142 struct vdso_time_data *vdata = vdso_k_time_data; in vdso_time_update_aux() local
148 vc = &vdata->aux_clock_data[tk->id - TIMEKEEPER_AUX_FIRST]; in vdso_time_update_aux()
175 __arch_sync_vdso_time_data(vdata); in vdso_time_update_aux()
193 struct vdso_time_data *vdata = vdso_k_time_data; in vdso_update_begin() local
196 vdso_write_begin(vdata); in vdso_update_begin()
210 struct vdso_time_data *vdata = vdso_k_time_data; in vdso_update_end() local
212 vdso_write_end(vdata); in vdso_update_end()
213 __arch_sync_vdso_time_data(vdata); in vdso_update_end()