Searched refs:may_expand_vm (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | mremap.c | 913 if (!may_expand_vm(mm, vma->vm_flags, in resize_is_valid() 1000 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
|
H A D | vma.c | 2260 if (!may_expand_vm(map->mm, map->flags, map->pglen - vms->nr_pages)) in __mmap_prepare() 2571 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 2752 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
|
H A D | mmap.c | 1369 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
/linux/include/linux/ |
H A D | mm.h | 3342 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|