Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmprotect.c643 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup()
644 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
H A Dmremap.c1333 if (!may_expand_vm(mm, vma->vm_flags, vrm->delta >> PAGE_SHIFT)) in resize_is_valid()
1435 if (!may_expand_vm(mm, vm_flags, pages)) in mremap_to()
H A Dvma.c2318 if (!may_expand_vm(map->mm, map->flags, map->pglen - vms->nr_pages)) in __mmap_prepare()
2630 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags()
2811 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
H A Dmmap.c1370 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h996 static inline bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long) in may_expand_vm() function
/linux-6.15/include/linux/
H A Dmm.h3443 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);