Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dremote_time.c371 uint64_t pred_remote_ts = mach_bridge_compute_timestamp(curr_local_ts, &bt_params_snapshot); in bt_calibration_thread() local
374 if (pred_remote_ts > curr_remote_ts) { in bt_calibration_thread()
375 diff = pred_remote_ts - curr_remote_ts; in bt_calibration_thread()
377 diff = curr_remote_ts - pred_remote_ts; in bt_calibration_thread()
382 curr_remote_ts, pred_remote_ts, ts_pair_mismatch); in bt_calibration_thread()