Lines Matching refs:high_limit
1848 * - gap_start = vma->vm_prev->vm_end <= info->high_limit - length;
1855 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1863 if (info->high_limit < length)
1865 high_limit = info->high_limit - length;
1867 if (info->low_limit > high_limit)
1894 if (gap_start > high_limit)
1930 if (gap_start > high_limit)
1941 VM_BUG_ON(gap_start + info->length > info->high_limit);
1950 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1961 gap_end = info->high_limit;
1964 high_limit = gap_end - length;
1966 if (info->low_limit > high_limit)
1972 if (gap_start <= high_limit)
1985 if (gap_start <= high_limit && vma->vm_rb.rb_right) {
2000 if (gap_start <= high_limit &&
2031 /* We found a suitable gap. Clip it with the original high_limit. */
2032 if (gap_end > info->high_limit)
2033 gap_end = info->high_limit;
2083 info.high_limit = TASK_SIZE;
2124 info.high_limit = mm->mmap_base;
2138 info.high_limit = TASK_SIZE;