Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dexec.c653 unsigned long stack_expand; in setup_arg_pages() local
723 stack_expand = 131072UL; /* randomly 32*4k (or 2*64k) pages */ in setup_arg_pages()
731 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
734 stack_base = vma->vm_end + stack_expand; in setup_arg_pages()
736 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
739 stack_base = vma->vm_start - stack_expand; in setup_arg_pages()