Searched refs:may_expand_vm (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | mprotect.c | 616 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 617 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
H A D | mremap.c | 800 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize() 866 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
|
H A D | mmap.c | 1927 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 2685 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in __mmap_region() 2694 if (!may_expand_vm(mm, vm_flags, in __mmap_region() 3107 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 3428 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3269 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|