Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbinfmts.h27 unsigned long argmin; /* rlimit marker for copy_strings() */ member
/Linux-v5.10/fs/
Dexec.c503 bprm->argmin = bprm->p - limit; in bprm_stack_limits()
543 if (bprm->p < bprm->argmin) in copy_strings()
620 if (IS_ENABLED(CONFIG_MMU) && bprm->p < bprm->argmin) in copy_string_kernel()