Lines Matching refs:CS_HRES_COARSE
24 vc[CS_HRES_COARSE].cycle_last = tk->tkr_mono.cycle_last; in update_vdso_time_data()
26 vc[CS_HRES_COARSE].max_cycles = tk->tkr_mono.clock->max_cycles; in update_vdso_time_data()
28 vc[CS_HRES_COARSE].mask = tk->tkr_mono.mask; in update_vdso_time_data()
29 vc[CS_HRES_COARSE].mult = tk->tkr_mono.mult; in update_vdso_time_data()
30 vc[CS_HRES_COARSE].shift = tk->tkr_mono.shift; in update_vdso_time_data()
40 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in update_vdso_time_data()
58 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME]; in update_vdso_time_data()
73 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_time_data()
90 vc[CS_HRES_COARSE].clock_mode = clock_mode; in update_vsyscall()
94 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_REALTIME]; in update_vsyscall()
99 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_REALTIME_COARSE]; in update_vsyscall()
104 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC_COARSE]; in update_vsyscall()