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