Searched refs:thresh_high (Results 1 – 1 of 1) sorted by relevance
39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local43 thresh_high = expected + tolerance; in compare_tsc_freq()48 thresh_low, thresh_high, actual); in compare_tsc_freq()49 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq()52 thresh_low, thresh_high, actual); in compare_tsc_freq()
Completed in 3 milliseconds