Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmmap.c1540 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) { in mmap_region()
1552 if (!may_expand_vm(mm, (len >> PAGE_SHIFT) - nr_pages)) in mmap_region()
2100 if (!may_expand_vm(mm, grow)) in acct_stack_growth()
2768 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) in do_brk()
2991 int may_expand_vm(struct mm_struct *mm, unsigned long npages) in may_expand_vm() function
Dmremap.c378 if (!may_expand_vm(mm, (new_len - old_len) >> PAGE_SHIFT)) in vma_to_resize()
/linux-4.1.27/include/linux/
Dmm.h1862 extern int may_expand_vm(struct mm_struct *mm, unsigned long npages);