Searched refs:may_expand_vm (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/mm/ |
D | mprotect.c | 379 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 380 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
D | mmap.c | 1732 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region() 1741 if (!may_expand_vm(mm, vm_flags, in mmap_region() 2310 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 3033 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 3297 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
D | mremap.c | 484 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize()
|
/Linux-v5.4/include/linux/ |
D | mm.h | 2312 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|