Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dremote_time.c238 static uint64_t prev_received_local_ts = 0, prev_received_remote_ts = 0; in bt_calibration_thread() local
298 prev_received_local_ts = curr_local_ts; in bt_calibration_thread()
306 uint64_t local_diff = curr_local_ts - prev_received_local_ts; in bt_calibration_thread()
311 prev_received_local_ts); in bt_calibration_thread()
316 prev_local_ts = prev_received_local_ts; in bt_calibration_thread()