Searched refs:may_expand_vm (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | mprotect.c | 413 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 414 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
D | mmap.c | 1735 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region() 1744 if (!may_expand_vm(mm, vm_flags, in mmap_region() 2306 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 3058 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 3323 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
D | mremap.c | 485 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize()
|