Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dvsyscall.c21 struct vdso_timestamp *vdso_ts; in update_vdso_data() local
47 vdso_ts->sec++; in update_vdso_data()
49 vdso_ts->nsec = nsec; in update_vdso_data()
52 sec = vdso_ts->sec; in update_vdso_data()
59 vdso_ts->sec = sec; in update_vdso_data()
63 vdso_ts->sec++; in update_vdso_data()
65 vdso_ts->nsec = nsec; in update_vdso_data()
69 vdso_ts->sec = tk->raw_sec; in update_vdso_data()
94 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
99 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
[all …]
/linux/lib/vdso/
A Dgettimeofday.c76 const struct vdso_timestamp *vdso_ts; in do_hres_timens() local
88 vdso_ts = &vd->basetime[clk]; in do_hres_timens()
99 ns = vdso_calc_ns(vd, cycles, vdso_ts->nsec); in do_hres_timens()
100 sec = vdso_ts->sec; in do_hres_timens()
133 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_hres() local
167 ns = vdso_calc_ns(vd, cycles, vdso_ts->nsec); in do_hres()
168 sec = vdso_ts->sec; in do_hres()
194 sec = vdso_ts->sec; in do_coarse_timens()
195 nsec = vdso_ts->nsec; in do_coarse_timens()
237 ts->tv_sec = vdso_ts->sec; in do_coarse()
[all …]

Completed in 7 milliseconds