Lines Matching defs:high_limit
1965 * - gap_start = vma->vm_prev->vm_end <= info->high_limit - length;
1972 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1980 if (info->high_limit < length)
1982 high_limit = info->high_limit - length;
1984 if (info->low_limit > high_limit)
2011 if (gap_start > high_limit)
2048 if (gap_start > high_limit)
2059 VM_BUG_ON(gap_start + info->length > info->high_limit);
2068 unsigned long length, low_limit, high_limit, gap_start, gap_end;
2079 gap_end = info->high_limit;
2082 high_limit = gap_end - length;
2084 if (info->low_limit > high_limit)
2090 if (gap_start <= high_limit)
2103 if (gap_start <= high_limit && vma->vm_rb.rb_right) {
2118 if ((gap_start <= high_limit &&
2150 /* We found a suitable gap. Clip it with the original high_limit. */
2151 if (gap_end > info->high_limit)
2152 gap_end = info->high_limit;
2169 * - is contained within the [low_limit, high_limit) interval;
2231 info.high_limit = mmap_end;
2280 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base);
2295 info.high_limit = mmap_end;