Home
last modified time | relevance | path

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

/fs/
Dexec.c761 unsigned long stack_expand; in setup_arg_pages() local
838 stack_expand = 131072UL; /* randomly 32*4k (or 2*64k) pages */ in setup_arg_pages()
846 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
849 stack_base = vma->vm_end + stack_expand; in setup_arg_pages()
851 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
854 stack_base = vma->vm_start - stack_expand; in setup_arg_pages()