Lines Matching refs:high_limit
1892 * - gap_start = vma->vm_prev->vm_end <= info->high_limit - length;
1899 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1907 if (info->high_limit < length)
1909 high_limit = info->high_limit - length;
1911 if (info->low_limit > high_limit)
1938 if (gap_start > high_limit)
1974 if (gap_start > high_limit)
1985 VM_BUG_ON(gap_start + info->length > info->high_limit);
1994 unsigned long length, low_limit, high_limit, gap_start, gap_end;
2005 gap_end = info->high_limit;
2008 high_limit = gap_end - length;
2010 if (info->low_limit > high_limit)
2016 if (gap_start <= high_limit)
2029 if (gap_start <= high_limit && vma->vm_rb.rb_right) {
2044 if (gap_start <= high_limit &&
2075 /* We found a suitable gap. Clip it with the original high_limit. */
2076 if (gap_end > info->high_limit)
2077 gap_end = info->high_limit;
2137 info.high_limit = mmap_end;
2178 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base);
2192 info.high_limit = mmap_end;