Lines Matching refs:size
167 * @len: The size of increase.
1683 * - is at least the desired size.
1934 unsigned long size, unsigned long grow)
1944 if (size > rlimit(RLIMIT_STACK))
1953 vma->vm_end - size;
1954 if (is_hugepage_only_range(vma->vm_mm, new_start, size))
2027 unsigned long size, grow;
2029 size = address - vma->vm_start;
2033 if (vma->vm_pgoff + (size >> PAGE_SHIFT) >= vma->vm_pgoff) {
2034 error = acct_stack_growth(vma, size, grow);
2120 unsigned long size, grow;
2122 size = vma->vm_end - address;
2127 error = acct_stack_growth(vma, size, grow);
2977 SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
2993 size = size & PAGE_MASK;
2995 if (start + size <= start)
2999 if (pgoff + (size >> PAGE_SHIFT) < pgoff)
3010 if (start + size > vma->vm_end) {
3014 for_each_vma_range(vmi, next, start + size) {
3025 if (start + size <= next->vm_end)
3045 ret = do_mmap(vma->vm_file, start, size,
3101 * Check against address space limits by the changed size
3496 * the size of vma should stay the same over the special mapping's