Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dexec.c761 unsigned long stack_expand; in setup_arg_pages() local
845 stack_expand = 131072UL; /* randomly 32*4k (or 2*64k) pages */ in setup_arg_pages()
853 stack_expand = min(rlim_stack, stack_size + stack_expand); in setup_arg_pages()
856 stack_base = vma->vm_start + stack_expand; in setup_arg_pages()
858 stack_base = vma->vm_end - stack_expand; in setup_arg_pages()