Searched refs:max_inc (Results 1 – 1 of 1) sorted by relevance
31 uint64_t max_inc = (hz / 100); /* 10 ms max between 2 reads */ in check_wait_one_second() local38 if ((uint64_t)(cycles - prev_cycles) > (hz + max_inc)) { in check_wait_one_second()42 if ((uint64_t)(cycles - prev_cycles) < (hz - max_inc)) { in check_wait_one_second()56 uint64_t max_inc = (hz / 100); /* 10 ms max between 2 reads */ in test_cycles() local63 if ((uint64_t)(cycles - prev_cycles) > max_inc) { in test_cycles()