Searched refs:may_expand_vm (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/mm/ |
D | mprotect.c | 449 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 450 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
D | mremap.c | 767 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize() 841 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
|
D | mmap.c | 1727 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region() 1736 if (!may_expand_vm(mm, vm_flags, in mmap_region() 2339 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 3049 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 3308 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
/Linux-v5.15/include/linux/ |
D | mm.h | 2588 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|