Searched refs:cs_cycle_last (Results 1 – 12 of 12) sorted by relevance
24 u64 cs_cycle_last; /* last cycle value */ member
24 __u64 cs_cycle_last; /* Timebase at clocksource init */ member
43 u64 cs_cycle_last; /* last cycle value */ member
88 u64 cs_cycle_last; member
86 vdso_data.cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
237 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
108 DEFINE(VDSO_CS_CYCLE_LAST, offsetof(struct vdso_data, cs_cycle_last)); in main()
156 delta = (cycle_now - data->cs_cycle_last) & data->cs_mask; in get_ns()
128 cycle_delta = (cycle_now - vdata->cs_cycle_last) & vdata->cs_mask; in get_ns()
215 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
114 cycle_delta = cycle_now - (u32) vdso->cs_cycle_last; in vgetsns()
339 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()