Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dvsyscall.c21 struct vdso_timestamp *vdso_ts; in update_vdso_time_data() local
47 vdso_ts->sec++; in update_vdso_time_data()
49 vdso_ts->nsec = nsec; in update_vdso_time_data()
52 sec = vdso_ts->sec; in update_vdso_time_data()
59 vdso_ts->sec = sec; in update_vdso_time_data()
63 vdso_ts->sec++; in update_vdso_time_data()
65 vdso_ts->nsec = nsec; in update_vdso_time_data()
69 vdso_ts->sec = tk->raw_sec; in update_vdso_time_data()
95 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
100 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
[all …]
/linux-6.15/lib/vdso/
H A Dgettimeofday.c91 const struct vdso_timestamp *vdso_ts; in do_hres_timens() local
100 vdso_ts = &vc->basetime[clk]; in do_hres_timens()
111 ns = vdso_calc_ns(vc, cycles, vdso_ts->nsec); in do_hres_timens()
112 sec = vdso_ts->sec; in do_hres_timens()
182 sec = vdso_ts->sec; in do_hres()
203 const struct vdso_timestamp *vdso_ts; in do_coarse_timens() local
208 vdso_ts = &vc->basetime[clk]; in do_coarse_timens()
212 sec = vdso_ts->sec; in do_coarse_timens()
213 nsec = vdso_ts->nsec; in do_coarse_timens()
257 ts->tv_sec = vdso_ts->sec; in do_coarse()
[all …]