Searched refs:samples_thresh (Results 1 – 1 of 1) sorted by relevance
429 u64 samples_thresh; in check_scale_change() local440 samples_thresh = lat_info->nr_samples * 5; in check_scale_change()441 samples_thresh = max(1ULL, div64_u64(samples_thresh, 100)); in check_scale_change()442 if (iolat->nr_samples <= samples_thresh) in check_scale_change()