Lines Matching defs:low_limit
1966 * - gap_end = vma->vm_start >= info->low_limit + length;
1972 unsigned long length, low_limit, high_limit, gap_start, gap_end;
1984 if (info->low_limit > high_limit)
1986 low_limit = info->low_limit + length;
1998 if (gap_end >= low_limit && vma->vm_rb.rb_left) {
2013 if ((gap_end >= low_limit &&
2052 /* We found a suitable gap. Clip it with the original low_limit. */
2053 if (gap_start < info->low_limit)
2054 gap_start = info->low_limit;
2068 unsigned long length, low_limit, high_limit, gap_start, gap_end;
2084 if (info->low_limit > high_limit)
2086 low_limit = info->low_limit + length;
2116 if (gap_end < low_limit)
2159 VM_BUG_ON(gap_end < info->low_limit);
2169 * - is contained within the [low_limit, high_limit) interval;
2230 info.low_limit = mm->mmap_base;
2279 info.low_limit = max(PAGE_SIZE, mmap_min_addr);
2294 info.low_limit = TASK_UNMAPPED_BASE;