Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dmprotect.c616 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup()
617 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
Dmremap.c793 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize()
859 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
Dmmap.c1920 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
2678 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region()
2687 if (!may_expand_vm(mm, vm_flags, in mmap_region()
3080 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags()
3402 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
/linux-6.6.21/include/linux/
Dmm.h3263 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);