Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dmmap.c1551 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) { in mmap_region()
1563 if (!may_expand_vm(mm, (len >> PAGE_SHIFT) - nr_pages)) in mmap_region()
2109 if (!may_expand_vm(mm, grow)) in acct_stack_growth()
2782 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) in do_brk()
3008 int may_expand_vm(struct mm_struct *mm, unsigned long npages) in may_expand_vm() function
Dmremap.c382 if (!may_expand_vm(mm, (new_len - old_len) >> PAGE_SHIFT)) in vma_to_resize()
/linux-4.4.14/include/linux/
Dmm.h1903 extern int may_expand_vm(struct mm_struct *mm, unsigned long npages);