Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmprotect.c439 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup()
440 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
Dmremap.c530 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize()
604 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
Dmmap.c1737 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region()
1746 if (!may_expand_vm(mm, vm_flags, in mmap_region()
2365 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
3092 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags()
3357 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
/Linux-v5.10/include/linux/
Dmm.h2554 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);