Lines Matching refs:max
166 range_start = max(start, prev_start); in filter_rsvd_memory()
205 sort_regions (struct rsvd_region *rsvd_region, int max) in sort_regions() argument
210 while (max--) { in sort_regions()
211 for (j = 0; j < max; ++j) { in sort_regions()
224 merge_regions (struct rsvd_region *rsvd_region, int max) in merge_regions() argument
227 for (i = 1; i < max; ++i) { in merge_regions()
232 --max; in merge_regions()
234 (max - i) * sizeof(struct rsvd_region)); in merge_regions()
236 return max; in merge_regions()
857 unsigned long line_size, max = 1; in get_cache_info() local
866 max = SMP_CACHE_BYTES; in get_cache_info()
881 max = SMP_CACHE_BYTES; in get_cache_info()
892 if (line_size > max) in get_cache_info()
893 max = line_size; in get_cache_info()
911 if (max > ia64_max_cacheline_size) in get_cache_info()
912 ia64_max_cacheline_size = max; in get_cache_info()