Lines Matching refs:master_stime

52     s_time_t master_stime;  member
1182 t->stamp.master_stime = read_platform_stime(NULL); in cpu_frequency_change()
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()
1264 stime_elapsed64 = curr.master_stime - prev.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()
1451 s_time_t master_stime; member
1462 c->master_stime = r->master_stime; in time_calibration_rendezvous_tail()
1485 if ( r->master_stime == 0 ) in time_calibration_tsc_rendezvous()
1487 r->master_stime = read_platform_stime(NULL); in time_calibration_tsc_rendezvous()
1527 r->master_stime = read_platform_stime(NULL); in time_calibration_std_rendezvous()
1552 c->local_stime = r->master_stime; in time_calibration_nop_rendezvous()
1553 c->master_stime = r->master_stime; in time_calibration_nop_rendezvous()
1570 r.master_stime = read_platform_stime(&r.master_tsc_stamp); in time_calibration()
1589 ap_bringup_ref.master_stime = read_platform_stime(NULL); in time_latch_stamps()
1611 t->stamp.master_stime = now; in init_percpu_time()
1622 now += ap_bringup_ref.local_stime - ap_bringup_ref.master_stime; in init_percpu_time()
1695 t->stamp.master_stime = t->stamp.local_stime; in reset_percpu_time()