Home
last modified time | relevance | path

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

/linux/mm/
H A Dmmap.c963 return expand_upwards(vma, address); in expand_stack_locked()
1010 #define vma_expand_up(vma,addr) expand_upwards(vma, addr)
H A Dvma.c2785 int expand_upwards(struct vm_area_struct *vma, unsigned long address) in expand_upwards() function
/linux/Documentation/mm/
H A Dprocess_addrs.rst859 prevent this in :c:func:`!expand_downwards` or :c:func:`!expand_upwards`.