Searched refs:may_expand_vm (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mprotect.c | 643 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 644 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
| H A D | mremap.c | 1333 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 D | vma.c | 2318 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 D | mmap.c | 1370 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 D | vma_internal.h | 996 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 D | mm.h | 3443 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|