Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dexec.c659 unsigned long stack_expand; in setup_arg_pages() local
729 stack_expand = 131072UL; /* randomly 32*4k (or 2*64k) pages */ in setup_arg_pages()
737 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
740 stack_base = vma->vm_end + stack_expand; in setup_arg_pages()
742 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
745 stack_base = vma->vm_start - stack_expand; in setup_arg_pages()