Searched refs:max_per_bucket (Results 1 – 1 of 1) sorted by relevance
647 u64 max_per_bucket[11]; in filter_outliers() local654 memset(max_per_bucket, 0, sizeof(u64) * 11); in filter_outliers()671 if (off > max_per_bucket[slot]) in filter_outliers()672 max_per_bucket[slot] = off; in filter_outliers()689 *yzoom_max = max_per_bucket[slot] + min_offset; in filter_outliers()