Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dremote_time.c223 #define MIN_INITIAL_SAMPLE_COUNT 10 macro
254 if (max_initial_sample_count < MIN_INITIAL_SAMPLE_COUNT) { in bt_calibration_thread()
255 max_initial_sample_count = MIN_INITIAL_SAMPLE_COUNT; in bt_calibration_thread()
410 if (initial_sample_count <= MIN_INITIAL_SAMPLE_COUNT) { in bt_calibration_thread()