Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbinfmts.h28 unsigned long argmin; /* rlimit marker for copy_strings() */ member
/Linux-v6.1/fs/
Dexec.c508 bprm->argmin = bprm->p - limit; in bprm_stack_limits()
548 if (bprm->p < bprm->argmin) in copy_strings()
625 if (IS_ENABLED(CONFIG_MMU) && bprm->p < bprm->argmin) in copy_string_kernel()