Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dmmap.c1278 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) { in mmap_region()
1290 if (!may_expand_vm(mm, (len >> PAGE_SHIFT) - nr_pages)) in mmap_region()
1733 if (!may_expand_vm(mm, grow)) in acct_stack_growth()
2297 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) in do_brk()
2518 int may_expand_vm(struct mm_struct *mm, unsigned long npages) in may_expand_vm() function
Dmremap.c327 if (!may_expand_vm(mm, (new_len - old_len) >> PAGE_SHIFT)) in vma_to_resize()
/linux-3.4.99/include/linux/
Dmm.h1390 extern int may_expand_vm(struct mm_struct *mm, unsigned long npages);