Searched refs:thresh_low (Results 1 – 1 of 1) sorted by relevance
39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local42 thresh_low = expected - tolerance; in compare_tsc_freq()45 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq()48 thresh_low, thresh_high, actual); in compare_tsc_freq()52 thresh_low, thresh_high, actual); in compare_tsc_freq()
Completed in 2 milliseconds