Home
last modified time | relevance | path

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

/fs/
Dexec.c703 unsigned long stack_expand; in setup_arg_pages() local
775 stack_expand = 131072UL; /* randomly 32*4k (or 2*64k) pages */ in setup_arg_pages()
783 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
786 stack_base = vma->vm_end + stack_expand; in setup_arg_pages()
788 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
791 stack_base = vma->vm_start - stack_expand; in setup_arg_pages()