Lines Matching refs:vdso_ts
54 const struct vdso_timestamp *vdso_ts;
63 vdso_ts = &vd->basetime[clk];
74 ns = vdso_ts->nsec;
78 sec = vdso_ts->sec;
110 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk];
144 ns = vdso_ts->nsec;
148 sec = vdso_ts->sec;
166 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk];
174 sec = vdso_ts->sec;
175 nsec = vdso_ts->nsec;
201 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk];
217 ts->tv_sec = vdso_ts->sec;
218 ts->tv_nsec = vdso_ts->nsec;