Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dremote_time.c242 static uint32_t skip_reset_count = MAX_SKIP_RESET_COUNT; in bt_calibration_thread() local
286 skip_reset_count = MAX_SKIP_RESET_COUNT; in bt_calibration_thread()
326 if (skip_reset_count > 0) { in bt_calibration_thread()
328 prev_local_ts, skip_reset_count); in bt_calibration_thread()
329 skip_reset_count--; in bt_calibration_thread()
362 skip_reset_count = MAX_SKIP_RESET_COUNT; in bt_calibration_thread()