Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dremote_time.c122 static uint64_t received_remote_timestamp = 0; variable
200 (received_remote_timestamp == remote_timestamp)) { in mach_bridge_add_timestamp()
205 received_remote_timestamp = remote_timestamp; in mach_bridge_add_timestamp()
251 if (!received_remote_timestamp) { in bt_calibration_thread()
283 …if ((received_remote_timestamp == BT_RESET_SENTINEL_TS) || (received_remote_timestamp == BT_WAKE_S… in bt_calibration_thread()
284 …ODE(DBG_MACH_CLOCK, MACH_BRIDGE_RESET_TS), received_local_timestamp, received_remote_timestamp, 1); in bt_calibration_thread()
289 } else if (received_remote_timestamp == BT_SLEEP_SENTINEL_TS) { in bt_calibration_thread()
303 curr_remote_ts = received_remote_timestamp; in bt_calibration_thread()