Lines Matching refs:local_stime

51     s_time_t local_stime;  member
818 stime_delta = stime - t->stamp.local_stime; in stime2tsc()
1006 now = t->stamp.local_stime + scale_delta(delta, &t->tsc_scale); in get_s_time_fixed()
1038 s_time_t stime = t->stamp.local_stime; in __update_vcpu_system_time()
1073 _u.system_time = t->stamp.local_stime; in __update_vcpu_system_time()
1186 t->stamp.local_stime = t->stamp.master_stime; in cpu_frequency_change()
1253 smp_processor_id(), prev.local_tsc, prev.local_stime, prev.master_stime); in local_time_calibration()
1256 smp_processor_id(), curr.local_tsc, curr.local_stime, curr.master_stime, in local_time_calibration()
1257 curr.master_stime - curr.local_stime); in local_time_calibration()
1261 if ( curr.local_stime < curr.master_stime ) in local_time_calibration()
1262 curr.local_stime = curr.master_stime; in local_time_calibration()
1279 if ( curr.local_stime != curr.master_stime ) in local_time_calibration()
1281 u64 local_stime_err = curr.local_stime - curr.master_stime; in local_time_calibration()
1461 c->local_stime = get_s_time_fixed(c->local_tsc); in time_calibration_rendezvous_tail()
1552 c->local_stime = r->master_stime; in time_calibration_nop_rendezvous()
1593 ap_bringup_ref.local_stime = get_s_time_fixed(ap_bringup_ref.local_tsc); in time_latch_stamps()
1622 now += ap_bringup_ref.local_stime - ap_bringup_ref.master_stime; in init_percpu_time()
1625 t->stamp.local_stime = now; in init_percpu_time()
1693 t->stamp.local_stime = 0; in reset_percpu_time()
1694 t->stamp.local_stime = get_s_time_fixed(boot_tsc_stamp); in reset_percpu_time()
1695 t->stamp.master_stime = t->stamp.local_stime; in reset_percpu_time()