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

/mm/
H A Dmmap.c219 * Don't let a single process grow so big a user can't recover
317 * segment grow beyond its set limit the in case where the limit is
2103 * grow-up and grow-down cases.
2105 static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, unsigned long grow) argument
2112 if (!may_expand_vm(mm, grow))
2123 locked = mm->locked_vm + grow;
2130 /* Check to ensure the stack will not grow into a hugetlb-only region */
2140 if (security_vm_enough_memory_mm(mm, grow))
2145 mm->locked_vm += grow;
2186 unsigned long size, grow; local
2257 unsigned long size, grow; local
[all...]

Completed in 585 milliseconds