Home
last modified time | relevance | path

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

/xnu-12377.41.6/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
298 prev_received_local_ts = curr_local_ts; in bt_calibration_thread()
302 absolutetime_to_nanoseconds(curr_local_abs, &curr_local_ts); in bt_calibration_thread()
306 uint64_t local_diff = curr_local_ts - prev_received_local_ts; in bt_calibration_thread()
310 KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_SKIP_TS), curr_local_ts, curr_remote_ts, in bt_calibration_thread()
327 KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_SKIP_TS), curr_local_ts, curr_remote_ts, in bt_calibration_thread()
332 bt_params.base_local_ts = curr_local_ts; in bt_calibration_thread()
340 KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_RESET_TS), curr_local_ts, curr_remote_ts, 2); in bt_calibration_thread()
364 KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_RESET_TS), curr_local_ts, curr_remote_ts, 3); in bt_calibration_thread()
371 uint64_t pred_remote_ts = mach_bridge_compute_timestamp(curr_local_ts, &bt_params_snapshot); in bt_calibration_thread()
[all …]