Home
last modified time | relevance | path

Searched refs:curr_remote_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
299 prev_received_remote_ts = curr_remote_ts; in bt_calibration_thread()
303 curr_remote_ts = received_remote_timestamp; 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()
333 bt_params.base_remote_ts = curr_remote_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()
374 if (pred_remote_ts > curr_remote_ts) { in bt_calibration_thread()
375 diff = pred_remote_ts - curr_remote_ts; in bt_calibration_thread()
[all …]