Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dbinfmt_flat.c405 struct lib_info *libinfo, unsigned long *extra_stack) in load_flat_file() argument
425 if (extra_stack) { in load_flat_file()
426 stack_len += *extra_stack; in load_flat_file()
427 *extra_stack = stack_len; in load_flat_file()