Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvpmtmr_freq.c54 if (tick_delta < PMTMR_TARGET_TICKS) { in check_reading()
56 tick_delta, PMTMR_TARGET_TICKS); in check_reading()
57 } else if ((tick_delta - PMTMR_TARGET_TICKS) > tick_margin) { in check_reading()
59 PMTMR_TARGET_TICKS + tick_margin); in check_reading()
113 const uint_t margin_ticks = MAX(1, PMTMR_TARGET_TICKS / 10000); in main()
H A Dpayload_vpmtmr_freq.c33 } while (end < (start + PMTMR_TARGET_TICKS)); in start()
H A Dtest_defs.h33 #define PMTMR_TARGET_TICKS (PMTMR_FREQ / 10) macro