Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dremote_time.c237 static uint64_t prev_local_ts = 0, prev_remote_ts = 0, curr_local_ts = 0, curr_remote_ts = 0; in bt_calibration_thread() local
316 prev_local_ts = prev_received_local_ts; in bt_calibration_thread()
328 prev_local_ts, skip_reset_count); in bt_calibration_thread()
335 prev_local_ts = 0; in bt_calibration_thread()
401 …observed_rate = mach_bridge_compute_rate(curr_local_ts, curr_remote_ts, prev_local_ts, prev_remote… in bt_calibration_thread()