Searched refs:thresh_lo (Results 1 – 1 of 1) sorted by relevance
2470 u32 thresh_lo, thresh_hi; in kvm_set_tsc_khz() local2492 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz()2494 if (user_tsc_khz < thresh_lo || user_tsc_khz > thresh_hi) { in kvm_set_tsc_khz()2496 user_tsc_khz, thresh_lo, thresh_hi); in kvm_set_tsc_khz()