Lines Matching refs:low_limit
1554 * unmapped_area() - Find an area between the low_limit and the high_limit with
1558 * @info: The unmapped area information including the range [low_limit -
1566 unsigned long low_limit, high_limit;
1576 low_limit = info->low_limit;
1577 if (low_limit < mmap_min_addr)
1578 low_limit = mmap_min_addr;
1581 if (mas_empty_area(&mas, low_limit, high_limit - 1, length))
1589 low_limit = tmp->vm_end;
1596 low_limit = vm_end_gap(tmp);
1606 * unmapped_area_topdown() - Find an area between the low_limit and the
1610 * @info: The unmapped area information including the range [low_limit -
1618 unsigned long low_limit, high_limit;
1627 low_limit = info->low_limit;
1628 if (low_limit < mmap_min_addr)
1629 low_limit = mmap_min_addr;
1632 if (mas_empty_area_rev(&mas, low_limit, high_limit - 1, length))
1662 * - is contained within the [low_limit, high_limit) interval;
1717 info.low_limit = mm->mmap_base;
1767 info.low_limit = PAGE_SIZE;
1782 info.low_limit = TASK_UNMAPPED_BASE;