Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dremote_time.c121 static uint64_t received_local_timestamp = 0; variable
199 if ((received_local_timestamp == local_timestamp) || in mach_bridge_add_timestamp()
204 received_local_timestamp = local_timestamp; in mach_bridge_add_timestamp()
284 …KDBG(MACHDBG_CODE(DBG_MACH_CLOCK, MACH_BRIDGE_RESET_TS), received_local_timestamp, received_remote… in bt_calibration_thread()
291 } else if (!received_local_timestamp) { in bt_calibration_thread()
301 uint64_t curr_local_abs = received_local_timestamp; in bt_calibration_thread()
444 if (received_local_timestamp != curr_local_abs) { in bt_calibration_thread()