Searched refs:may_expand_vm (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
A D | mprotect.c | 449 if (!may_expand_vm(mm, newflags, nrpages) && in mprotect_fixup() 450 may_expand_vm(mm, oldflags, nrpages)) in mprotect_fixup()
|
A D | mremap.c | 775 if (!may_expand_vm(mm, vma->vm_flags, in vma_to_resize() 841 !may_expand_vm(mm, vma->vm_flags, old_len >> PAGE_SHIFT)) { in mremap_to()
|
A D | mmap.c | 1726 if (!may_expand_vm(mm, vm_flags, len >> PAGE_SHIFT)) { in mmap_region() 1735 if (!may_expand_vm(mm, vm_flags, in mmap_region() 2338 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 3048 if (!may_expand_vm(mm, flags, len >> PAGE_SHIFT)) in do_brk_flags() 3307 bool may_expand_vm(struct mm_struct *mm, vm_flags_t flags, unsigned long npages) in may_expand_vm() function
|
/linux/include/linux/ |
A D | mm.h | 2698 extern bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long npages);
|
/linux/ |
A D | System.map | 7139 ffff8000101d2b30 t may_expand_vm.part.0 7180 ffff8000101d7280 T may_expand_vm
|
A D | .tmp_System.map | 7139 ffff8000101d2b30 t may_expand_vm.part.0 7180 ffff8000101d7280 T may_expand_vm
|
Completed in 344 milliseconds