Searched defs:expand_stack (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmmap.c2296 * Note how expand_stack() refuses to expand the stack all the way to
2307 int expand_stack(struct vm_area_struct *vma, unsigned long address) function
2329 if (!prev || expand_stack(prev, addr))
2336 int expand_stack(struct vm_area_struct *vma, unsigned long address) function
2364 if (expand_stack(vma, addr))
H A Dnommu.c872 int expand_stack(struct vm_area_struct *vma, unsigned long address) function

Completed in 89 milliseconds