Lines Matching refs:high_limit
1924 * - gap_start = vma->vm_prev->vm_end <= info->high_limit - length;
1931 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1939 if (info->high_limit < length)
1941 high_limit = info->high_limit - length;
1943 if (info->low_limit > high_limit)
1970 if (gap_start > high_limit)
2006 if (gap_start > high_limit)
2017 VM_BUG_ON(gap_start + info->length > info->high_limit);
2026 unsigned long length, low_limit, high_limit, gap_start, gap_end;
2037 gap_end = info->high_limit;
2040 high_limit = gap_end - length;
2042 if (info->low_limit > high_limit)
2048 if (gap_start <= high_limit)
2061 if (gap_start <= high_limit && vma->vm_rb.rb_right) {
2076 if (gap_start <= high_limit &&
2107 /* We found a suitable gap. Clip it with the original high_limit. */
2108 if (gap_end > info->high_limit)
2109 gap_end = info->high_limit;
2126 * - is contained within the [low_limit, high_limit) interval;
2190 info.high_limit = mmap_end;
2232 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base);
2247 info.high_limit = mmap_end;