Home
last modified time | relevance | path

Searched refs:may_expand_vm (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dmremap.c913 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 Dvma.c2260 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 Dmmap.c1369 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 Dmm.h3342 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);