Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dvmx_nested_tsc_scaling_test.c39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
42 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