Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dremote_time.c400 double observed_rate, rate_from_base, new_rate; in bt_calibration_thread() local
419rate_from_base = mach_bridge_compute_rate(curr_local_ts, curr_remote_ts, bt_params_snapshot.base_l… in bt_calibration_thread()
421 …ew_rate = CUMULATIVE_RATE_WEIGHT * cumulative_rate + (1 - CUMULATIVE_RATE_WEIGHT) * rate_from_base; in bt_calibration_thread()