Home
last modified time | relevance | path

Searched refs:may_expand_vm (Results 1 – 3 of 3) sorted by relevance

/mm/
Dmprotect.c450 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup()
451 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
Dmremap.c823 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize()
897 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
Dmmap.c1743 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region()
1752 if (!may_expand_vm(mm, vm_flags, in mmap_region()
2360 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
3090 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags()
3351 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function