Searched refs:thresh_lo (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dx86.c1294 u32 thresh_lo, thresh_hi; kvm_set_tsc_khz() local
1316 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); kvm_set_tsc_khz()
1318 if (this_tsc_khz < thresh_lo || this_tsc_khz > thresh_hi) { kvm_set_tsc_khz()
1319 pr_debug("kvm: requested TSC rate %u falls outside tolerance [%u,%u]\n", this_tsc_khz, thresh_lo, thresh_hi); kvm_set_tsc_khz()

Completed in 101 milliseconds