Searched refs:may_expand_vm (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmmap.c1551 if (!may_expand_vm(mm, len >> PAGE_SHIFT)) {
1563 if (!may_expand_vm(mm, (len >> PAGE_SHIFT) - nr_pages))
2112 if (!may_expand_vm(mm, grow))
2690 if (!may_expand_vm(mm, len >> PAGE_SHIFT))
2917 int may_expand_vm(struct mm_struct *mm, unsigned long npages) function
H A Dmremap.c373 if (!may_expand_vm(mm, (new_len - old_len) >> PAGE_SHIFT))

Completed in 820 milliseconds