thresh_hi        1798 arch/x86/kvm/x86.c 	u32 thresh_lo, thresh_hi;
thresh_hi        1821 arch/x86/kvm/x86.c 	thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm);
thresh_hi        1822 arch/x86/kvm/x86.c 	if (user_tsc_khz < thresh_lo || user_tsc_khz > thresh_hi) {
thresh_hi        1823 arch/x86/kvm/x86.c 		pr_debug("kvm: requested TSC rate %u falls outside tolerance [%u,%u]\n", user_tsc_khz, thresh_lo, thresh_hi);
thresh_hi          51 drivers/iio/light/apds9300.c 	int thresh_hi;
thresh_hi         146 drivers/iio/light/apds9300.c 	data->thresh_hi = value;
thresh_hi         282 drivers/iio/light/apds9300.c 		*val = data->thresh_hi;