Searched refs:pm_thresh (Results 1 – 1 of 1) sorted by relevance
735 const long pm_thresh = pm_100ms / 100; in calibrate_by_pmtimer() local751 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()752 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()