Searched refs:may_expand_vm (Results 1 – 2 of 2) sorted by relevance
1581 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) { in mmap_region()1593 if (!may_expand_vm(mm, (len >> PAGE_SHIFT) - nr_pages)) in mmap_region()2147 if (!may_expand_vm(mm, grow)) in acct_stack_growth()2737 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) in do_brk()2964 int may_expand_vm(struct mm_struct *mm, unsigned long npages) in may_expand_vm() function
373 if (!may_expand_vm(mm, (new_len - old_len) >> PAGE_SHIFT)) in vma_to_resize()