Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_flat.c455 struct lib_info *libinfo, int id, unsigned long *extra_stack) in load_flat_file() argument
475 if (extra_stack) { in load_flat_file()
476 stack_len += *extra_stack; in load_flat_file()
477 *extra_stack = stack_len; in load_flat_file()