Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cycles.c31 uint64_t max_inc = (hz / 100); /* 10 ms max between 2 reads */ in check_wait_one_second() local
38 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() local
63 if ((uint64_t)(cycles - prev_cycles) > max_inc) { in test_cycles()